-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[enhancement](nereids)only push having as agg's parent if having just use slots from agg's output #32414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution to Apache Doris. |
|
run buildall |
1731c94 to
0036799
Compare
|
run buildall |
0036799 to
9b7db6c
Compare
|
run buildall |
1d4d0b1 to
c54d4a3
Compare
|
run buildall |
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/NormalizeAggregate.java
Outdated
Show resolved
Hide resolved
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/NormalizeAggregate.java
Outdated
Show resolved
Hide resolved
c54d4a3 to
eeb5805
Compare
|
run buildall |
TPC-H: Total hot run time: 38372 ms |
TPC-DS: Total hot run time: 180924 ms |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
…elect list but not in aggregate node's output
eeb5805 to
216114a
Compare
|
run buildall |
TPC-H: Total hot run time: 38251 ms |
TPC-DS: Total hot run time: 181722 ms |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run buildall |
TPC-H: Total hot run time: 38225 ms |
TPC-DS: Total hot run time: 186219 ms |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
PR approved by at least one committer and no changes requested. |
…t use slots from agg's output (#32414) 1. only push having as agg's parent if having just use slots from agg's output 2. show user friendly error message when item in select list but not in aggregate node's output
…t use slots from agg's output (apache#32847) pick from master apache#32414
Proposed changes
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...