[fix](Nereids) could not push down filter through cte producer sometimes#35463
Merged
morrySnow merged 1 commit intoapache:masterfrom May 28, 2024
Merged
[fix](Nereids) could not push down filter through cte producer sometimes#35463morrySnow merged 1 commit intoapache:masterfrom
morrySnow merged 1 commit intoapache:masterfrom
Conversation
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
when consumer side eliminate some consumers from plan, the size of consumers is wrong. so we cannot push down some filter in producer side. this PR fix this problem by update consumer set after rewrite outer side
Contributor
Author
|
run buildall |
a19dc31 to
5af7e9d
Compare
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 41921 ms |
TPC-DS: Total hot run time: 170148 ms |
ClickBench: Total hot run time: 31.07 s |
3 tasks
keanji-x
approved these changes
May 28, 2024
Contributor
|
PR approved by anyone and no changes requested. |
englefly
approved these changes
May 28, 2024
Contributor
|
PR approved by at least one committer and no changes requested. |
This was referenced May 28, 2024
morrySnow
added a commit
to morrySnow/incubator-doris
that referenced
this pull request
May 28, 2024
pick from master apache#35463 commit id 0632309 when consumer side eliminate some consumers from plan, the size of consumers is wrong. so we cannot push down some filter in producer side. this PR fix this problem by update consumer set after rewrite outer side
dataroaring
pushed a commit
that referenced
this pull request
May 31, 2024
…mes (#35463) when consumer side eliminate some consumers from plan, the size of consumers is wrong. so we cannot push down some filter in producer side. this PR fix this problem by update consumer set after rewrite outer side
Closed
mongo360
pushed a commit
to mongo360/doris
that referenced
this pull request
Aug 16, 2024
…mes (apache#35509) pick from master apache#35463 commit id 0632309 when consumer side eliminate some consumers from plan, the size of consumers is wrong. so we cannot push down some filter in producer side. this PR fix this problem by update consumer set after rewrite outer side
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.
when consumer side eliminate some consumers from plan, the size of consumers is wrong. so we cannot push down some filter in producer side. this PR fix this problem by update consumer set after rewrite outer side
Issue Number: close #35379