This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a change to branch tpc_preview4
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 85e7e26be5e [Exec](shuffle) random shuffle firstly use local channel 
to improve performance
     add 3ebdd61569b [enhance](agg)choose one agg gby key shuffle (#59449)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/doris/nereids/cost/CostModel.java   |  4 +-
 .../nereids/properties/RequestPropertyDeriver.java | 82 +++++++++++++++++++++-
 .../rules/implementation/SplitAggBaseRule.java     |  9 +--
 .../rules/implementation/SplitAggMultiPhase.java   | 10 +--
 .../SplitAggMultiPhaseWithoutGbyKey.java           |  4 +-
 .../implementation/SplitAggWithoutDistinct.java    |  6 +-
 .../rules/rewrite/PullUpJoinFromUnionAll.java      |  2 +-
 .../doris/nereids/rules/rewrite/SaltJoin.java      |  5 +-
 .../trees/plans/physical/PhysicalDistribute.java   |  5 ++
 .../plans/physical/PhysicalHashAggregate.java      | 35 +++++----
 .../java/org/apache/doris/qe/ConnectContext.java   | 12 ++++
 .../java/org/apache/doris/qe/SessionVariable.java  |  4 ++
 .../properties/ChildOutputPropertyDeriverTest.java |  3 +
 .../properties/RequestPropertyDeriverTest.java     |  3 +
 .../doris/nereids/trees/plans/PlanEqualsTest.java  |  6 +-
 15 files changed, 152 insertions(+), 38 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to