-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Internal error when parquet predicate pushdown is enabled "Error evaluating filter predicate:" #4006
Closed
Labels
bug
Something isn't working
Comments
This was referenced Oct 28, 2022
It looks like this has the same underlying cause as #4005 (comment) Reordering the predicates works
|
tustvold
added a commit
to tustvold/arrow-datafusion
that referenced
this issue
Oct 29, 2022
jimexist
pushed a commit
to jimexist/arrow-datafusion
that referenced
this issue
Oct 31, 2022
…edicate (apache#4005) (apache#4006) (apache#4021) * Project columns within DatafusionArrowPredicate (apache#4005) (apache#4006) * Add test * Format * Fix merge blunder Co-authored-by: Andrew Lamb <[email protected]>
Dandandan
pushed a commit
to yuuch/arrow-datafusion
that referenced
this issue
Nov 5, 2022
…edicate (apache#4005) (apache#4006) (apache#4021) * Project columns within DatafusionArrowPredicate (apache#4005) (apache#4006) * Add test * Format * Fix merge blunder Co-authored-by: Andrew Lamb <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
DataFusion generates an error for some predicates when predicate pushdown is enabled
NOTE that pushdown filtering is not enabled by default (as we are still working on it) so this issue will not likely affect users:
To Reproduce
repro.zip
The query run is
Expected behavior
Same answer should be produced with and without row filtering enabled. However, with row filtering an error is produced
With it enabled:
Additional context
Found by the test here #3976
The text was updated successfully, but these errors were encountered: