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 36ae71c8a65 [enhance](catalog)External partition prune return
partitionName instead of partitionId (#44415)
add b978788833d [opt](mtmv) Support any_value aggregate function rollup
rewrite when exsits aggregate materialized view (#44412)
No new revisions were added by this update.
Summary of changes:
.../mv/AbstractMaterializedViewAggregateRule.java | 83 ++--
...terializedViewAggregateOnNoneAggregateRule.java | 2 +-
.../mv/rollup/AggFunctionRollUpHandler.java | 6 +-
.../ContainDistinctFunctionRollupHandler.java | 1 +
.../exploration/mv/rollup/DirectRollupHandler.java | 4 +-
.../mv/rollup/MappingRollupHandler.java | 28 +-
.../trees/expressions/functions/agg/AnyValue.java | 13 +-
.../mv/agg_with_roll_up/any_value_roll_up.out | 73 ++++
.../mv/agg_with_roll_up/any_value_roll_up.groovy | 417 +++++++++++++++++++++
9 files changed, 561 insertions(+), 66 deletions(-)
create mode 100644
regression-test/data/nereids_rules_p0/mv/agg_with_roll_up/any_value_roll_up.out
create mode 100644
regression-test/suites/nereids_rules_p0/mv/agg_with_roll_up/any_value_roll_up.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]