Uh oh!
There was an error while loading. Please reload this page.
[feature](agg) add variable agg_shuffle_use_parent_key to control the shuffle key choosing - #59876
Conversation
Thearas
commented
Jan 14, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
feiniaofeiafei
commented
Jan 14, 2026
run buildall |
doris-robot
commented
Jan 14, 2026
TPC-H: Total hot run time: 32020 ms |
doris-robot
commented
Jan 14, 2026
TPC-DS: Total hot run time: 173253 ms |
doris-robot
commented
Jan 14, 2026
ClickBench: Total hot run time: 26.79 s |
hello-stephen
commented
Jan 14, 2026
FE Regression Coverage ReportIncrement line coverage |
feiniaofeiafei
commented
Jan 21, 2026
run external |
hello-stephen
commented
Jan 21, 2026
FE Regression Coverage ReportIncrement line coverage |
feiniaofeiafei
commented
Jan 21, 2026
run buildall |
hello-stephen
commented
Jan 21, 2026
FE UT Coverage ReportIncrement line coverage |
feiniaofeiafei
commented
Jan 21, 2026
run complile |
feiniaofeiafei
commented
Jan 28, 2026
run compile |
feiniaofeiafei
commented
Jan 28, 2026
run nonConcurrent |
feiniaofeiafei
commented
Jan 28, 2026
run performance |
doris-robot
commented
Jan 28, 2026
TPC-H: Total hot run time: 32097 ms |
doris-robot
commented
Jan 28, 2026
ClickBench: Total hot run time: 28.31 s |
hello-stephen
commented
Jan 28, 2026
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. |
956a345 to
2ec0d2eCompare2ec0d2e to
3985da1Comparefeiniaofeiafei
commented
Jan 29, 2026
run buildall |
doris-robot
commented
Jan 29, 2026
TPC-H: Total hot run time: 31931 ms |
doris-robot
commented
Jan 29, 2026
ClickBench: Total hot run time: 28.74 s |
hello-stephen
commented
Jan 29, 2026
FE UT Coverage ReportIncrement line coverage |
hello-stephen
commented
Jan 29, 2026
FE Regression Coverage ReportIncrement line coverage |
feiniaofeiafei
commented
Jan 30, 2026
run external |
feiniaofeiafei
commented
Jan 30, 2026
run p0 |
feiniaofeiafei
commented
Jan 30, 2026
run nonConcurrent |
hello-stephen
commented
Jan 30, 2026
FE Regression Coverage ReportIncrement line coverage |
1 similar comment
hello-stephen
commented
Jan 30, 2026
FE Regression Coverage ReportIncrement line coverage |
feiniaofeiafei
commented
Jan 30, 2026
run nonConcurrent |
hello-stephen
commented
Jan 30, 2026
FE Regression Coverage ReportIncrement line coverage |
Uh oh!
There was an error while loading. Please reload this page.
… shuffle key choosing (apache#59876) Problem Summary: add var agg_shuffle_use_parent_key, default value is true, when set false, can make agg shuffle by all gby key instead of parent shuffle key.
… shuffle key choosing (apache#59876) Problem Summary: add var agg_shuffle_use_parent_key, default value is true, when set false, can make agg shuffle by all gby key instead of parent shuffle key.
… shuffle key choosing (apache#59876) Problem Summary: add var agg_shuffle_use_parent_key, default value is true, when set false, can make agg shuffle by all gby key instead of parent shuffle key.
… shuffle key choosing (apache#59876) Problem Summary: add var agg_shuffle_use_parent_key, default value is true, when set false, can make agg shuffle by all gby key instead of parent shuffle key.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
add var agg_shuffle_use_parent_key, default value is true, when set false, can make agg shuffle by all gby key instead of parent shuffle key.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)