-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](agg) fix rule merge_aggregate #59629
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
[fix](agg) fix rule merge_aggregate #59629
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
Please describe the specific error and its cause. Add the PR that introduced the issue to related PRs. |
TPC-H: Total hot run time: 31999 ms |
TPC-DS: Total hot run time: 173666 ms |
ClickBench: Total hot run time: 27.29 s |
|
run p0 |
|
run vault_p0 |
FE Regression Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
Related PR: #31811 Problem Summary: Before this pr: The LogicalAggregate generated by MergeAggregate outputExpressions has duplicated column . This bug will not lead to result wrong, will output the gby key 2 times in LogicalAggregate. After this pr: This pr fix this problem.
Related PR: apache#31811 Problem Summary: Before this pr: The LogicalAggregate generated by MergeAggregate outputExpressions has duplicated column . This bug will not lead to result wrong, will output the gby key 2 times in LogicalAggregate. After this pr: This pr fix this problem.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #31811
Problem Summary:
Before this pr:
The LogicalAggregate generated by MergeAggregate outputExpressions has duplicated column .
This bug will not lead to result wrong, will output the gby key 2 times in LogicalAggregate.
After this pr:
This pr fix this problem.
Now,
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)