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

github-actions[bot] pushed a change to branch auto-pick-65368-branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 5e6f47d7cdc [branch-4.1][fix](fe) Disable expression ZoneMap filtering 
by default (#65526)
     add 0087740ae05 [fix](agg) Fix distinct aggregate argument grouping and 
strategy selection (#65368)

No new revisions were added by this update.

Summary of changes:
 .../rules/implementation/SplitAggMultiPhase.java   |  2 +-
 .../SplitAggMultiPhaseWithoutGbyKey.java           |  2 +-
 .../nereids/rules/rewrite/CheckMultiDistinct.java  | 50 ++--------------
 .../rules/rewrite/DistinctAggStrategySelector.java |  3 +-
 .../rules/rewrite/DistinctAggregateRewriter.java   | 67 ++++++++++++++++------
 .../expressions/functions/agg/GroupConcat.java     |  8 +++
 .../functions/agg/MultiDistinctGroupConcat.java    |  8 +++
 .../apache/doris/nereids/util/AggregateUtils.java  | 20 ++++++-
 .../rewrite/DistinctAggregateRewriterTest.java     | 13 +++--
 .../agg_strategy/distinct_agg_rewriter.out         |  9 +++
 .../distinct_agg_strategy_selector.out             | 15 +++++
 .../nereids_p0/aggregate/agg_group_concat.groovy   |  9 +++
 .../agg_strategy/distinct_agg_rewriter.groovy      | 23 +++++++-
 .../distinct_agg_strategy_selector.groovy          |  4 ++
 .../query_p0/group_concat/test_group_concat.groovy |  2 +-
 15 files changed, 158 insertions(+), 77 deletions(-)


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

Reply via email to