Skip to content
New issue

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

[v1] CLI REPL exits on error #1713

Open
alancai98 opened this issue Jan 14, 2025 · 0 comments
Open

[v1] CLI REPL exits on error #1713

alancai98 opened this issue Jan 14, 2025 · 0 comments
Labels
bug Something isn't working V1 This is related to the V1 release of PartiQL.

Comments

@alancai98
Copy link
Member

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.

@alancai98 alancai98 added bug Something isn't working V1 This is related to the V1 release of PartiQL. labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working V1 This is related to the V1 release of PartiQL.
Projects
None yet
Development

No branches or pull requests

1 participant