We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CLI REPL exits on error in strict mode.
partiql ▶ CAST(2147483648 AS INT); org.partiql.spi.errors.TypeCheckException: Failed to cast org.partiql.spi.value.DatumLong@58fe0499 to INTEGER
And then the REPL exits.
Expectation is for REPL to not exit.