eejbyfeldt opened a new issue, #12901: URL: https://github.com/apache/datafusion/issues/12901
### 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_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org