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

Errors in partition pruning filters are ignored #12901

Open
eejbyfeldt opened this issue Oct 13, 2024 · 1 comment · May be fixed by #12902
Open

Errors in partition pruning filters are ignored #12901

eejbyfeldt opened this issue Oct 13, 2024 · 1 comment · May be fixed by #12902
Labels
bug Something isn't working

Comments

@eejbyfeldt
Copy link
Contributor

Describe the bug

Filters with errors are ignored when evaluating partition filters are ignored. This is problematic since we return Exact for partition filters leading to correctness issues.

To Reproduce

A query like

SELECT c2 from aggregate_test_100 where CASE WHEN true THEN 1 / 0 ELSE 0 END = 1;

Expected behavior

Query should produce an error (Divide by zero) instead of returning results.

Additional context

No response

@eejbyfeldt eejbyfeldt added the bug Something isn't working label Oct 13, 2024
@eejbyfeldt
Copy link
Contributor Author

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant