Uh oh!
There was an error while loading. Please reload this page.
[fix](Nereids) non-slot filter should not be push through aggregate - #25525
Conversation
morrySnow
commented
Oct 17, 2023
run buildall |
doris-robot
commented
Oct 17, 2023
(From new machine)TeamCity pipeline, clickbench performance test result: |
| sql "set disable_nereids_rules='REWRITE_FILTER_EXPRESSION'" | ||
| // 'a' = 'b' should not be push down aggregate. | ||
| qt_do_not_push_no_slot_filter """ |
There was a problem hiding this comment.
this case can not verify that a='b' is pushed down or not.
we need to insert some tuple and check the query result. before this pr, sum column is NULL
There was a problem hiding this comment.
a = 'b' will generate 'a' = 'b'
englefly
commented
Oct 17, 2023
join suffers the same issue. |
morrySnow
commented
Oct 17, 2023
fix in another PR |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Proposed changes
Issue Number: close #xxx
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...