Uh oh!
There was an error while loading. Please reload this page.
Fix predicate pushdown bugs: project columns within DatafusionArrowPredicate (#4005) (#4006) - #4021
Conversation
alamb
commented
Oct 30, 2022
I'll plan to merge this in tomorrow unless anyone else would like to comment |
alamb
commented
Oct 30, 2022
This PR had a conflict after merging #3989 I took the liberty of fixing the merge conflict and pushing the fix. |
ursabot
commented
Oct 30, 2022
Benchmark runs are scheduled for baseline = f4d70ac and contender = 35f786b. 35f786b is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
…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 <andrew@nerdnetworks.org>
alamb
commented
Oct 31, 2022
I found another related bug: #4046 |
…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 <andrew@nerdnetworks.org>

Which issue does this PR close?
Closes#4005
Closes#4006
Rationale for this change
See tickets
What changes are included in this PR?
Project batch in DatafusionArrowPredicate according to the order expected by the PhysicalExpr
Are there any user-facing changes?
No