This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-44412-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 74b9658688f branch-3.0: [fix](readme) remove contributor graph and change to contributor wall #44534 (#44535) add cb5b5263f7f [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: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org