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

fix: Handle all unsupported SQL operations #20780

Closed

Conversation

jqnatividad
Copy link
Contributor

instead of triggering a panic with unreachable, let polars_bail! handle it.

For example, when attempting to do INSERT, UPDATE, DELETE operations...

instead of triggering a panic with unreachable, let `polars_bail!` handle it.

For example, when attempting to do INSERT, UPDATE, DELETE operations...
@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jan 18, 2025
@jqnatividad jqnatividad marked this pull request as draft January 18, 2025 13:47
@jqnatividad
Copy link
Contributor Author

Ooops... will prepare a proper PR with tests

@jqnatividad jqnatividad deleted the sql-unsupported-operations-error branch January 18, 2025 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant