Another Internal error when parquet predicate pushdown is enabled "Error evaluating filter predicate: #4046
Closed
Labels
bug
Something isn't working
Describe the bug
DataFusion generates an error for some predicates when predicate pushdown is enabled.
NOTE This is the same symptom as reported on #4006 but with a different predicate
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
The query run is
I tested is using master at 35f786b, which includes the fix for #4006 in 5cf090a
$ git status Your branch is up to date with 'apache/master'. nothing to commit, working tree clean $ git rev-parse HEAD 5cf090a13391501c0ce7707ac7a1e50e18517b79
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: