This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-47570-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from f907f876d1c [regression-test](conf) fix conf bug (#47814) add 2c2dff80580 [opt](nereids) optimize limit on distinct aggregate (#47570) No new revisions were added by this update. Summary of changes: .../glue/translator/PhysicalPlanTranslator.java | 20 ++++- .../nereids/rules/rewrite/LimitAggToTopNAgg.java | 12 ++- .../nereids/trees/plans/algebra/Aggregate.java | 6 ++ .../trees/plans/logical/LogicalAggregate.java | 7 +- .../plans/physical/PhysicalHashAggregate.java | 2 + .../PushDownLimitDistinctThroughJoinTest.java | 2 +- .../push_down_limit_distinct_through_join.out | Bin 543 -> 442 bytes .../data/nereids_tpch_p0/tpch/push_topn_to_agg.out | Bin 158 -> 725 bytes .../nereids_tpch_p0/tpch/push_topn_to_agg.groovy | 82 +++++++++++++++++++++ 9 files changed, 119 insertions(+), 12 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org