We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CLI REPL exits on error in strict mode.
And then the REPL exits.
Expectation is for REPL to not exit.
The text was updated successfully, but these errors were encountered: