This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 45317acae76 Revert "[Improvement]downgrade resource tag when there is not queryab… (#47735) add f21bcc954a1 [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