This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from b471cf2045 Revert "[Enhancement](multi-catalog) Add hdfs read
statistics profile. (#21442)" (#21618)
add 2d445bbb6d [opt](Nereids) forbid some bad case on agg plans (#21565)
No new revisions were added by this update.
Summary of changes:
.../glue/translator/PhysicalPlanTranslator.java | 2 +-
.../properties/ChildrenPropertiesRegulator.java | 53 +++-
.../rules/implementation/AggregateStrategies.java | 333 ++++++++++++---------
.../expressions/functions/agg/AggregateParam.java | 31 +-
.../functions/agg/MultiDistinctCount.java | 2 +-
.../functions/agg/MultiDistinctGroupConcat.java | 2 +-
.../functions/agg/MultiDistinctSum.java | 4 +-
.../functions/agg/MultiDistinction.java} | 8 +-
.../nereids/trees/plans/algebra/Aggregate.java | 6 +-
.../physical/PhysicalStorageLayerAggregate.java | 14 +-
.../apache/doris/nereids/util/ExpressionUtils.java | 5 +
.../rules/rewrite/AggregateStrategiesTest.java | 2 +
.../nereids_tpcds_shape_sf100_p0/shape/query94.out | 4 +-
.../nereids_tpcds_shape_sf100_p0/shape/query95.out | 4 +-
.../nereids_tpch_shape_sf1000_p0/shape/q16.out | 4 +-
.../data/nereids_tpch_shape_sf500_p0/shape/q16.out | 4 +-
.../suites/nereids_p0/join/test_join.groovy | 9 -
.../suites/nereids_syntax_p0/agg_4_phase.groovy | 12 +-
.../nereids_syntax_p0/aggregate_strategies.groovy | 7 +-
.../suites/nereids_syntax_p0/group_concat.groovy | 4 +-
20 files changed, 291 insertions(+), 219 deletions(-)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/{rules/expression/ExpressionRewriteRule.java
=> trees/expressions/functions/agg/MultiDistinction.java} (79%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]