Actually preserve predicate execution order in PushDownFilter#21643
Open
joroKr21 wants to merge 1 commit intoapache:mainfrom
Open
Actually preserve predicate execution order in PushDownFilter#21643joroKr21 wants to merge 1 commit intoapache:mainfrom
joroKr21 wants to merge 1 commit intoapache:mainfrom
Conversation
e4bcab0 to
b86f511
Compare
b5d6c25 to
336af3d
Compare
Contributor
|
run benchmark tpch10 |
|
🤖 Benchmark running (GKE) | trigger CPU Details (lscpu)Comparing bugfux/pushdown-filter-order (336af3d) to f99ba69 (merge-base) diff using: tpch10 File an issue against this benchmark runner |
|
🤖 Benchmark completed (GKE) | trigger Instance: CPU Details (lscpu)Details
Resource Usagetpch10 — base (merge-base)
tpch10 — branch
File an issue against this benchmark runner |
336af3d to
01fffb1
Compare
Contributor
Author
|
@Dandandan any idea what is this division by zero error in the tests? |
01fffb1 to
0e63f40
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
Rationale for this change
It just makes more sense - if the user knows that they want a particular filter before the others, let them do that. Also, the existing comments indicate that this was the original intention.
What changes are included in this PR?
The combined predicate of multiple filter plan nodes now preserves execution order.
Are these changes tested?
Yes, added unit tests.
Are there any user-facing changes?
Yes, execution order of predicates might change.