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 ff5216a27a3 [refactor](Nereids): Eager Aggregation unify pushdown agg function (#30142) add 75c0d6c3985 [Improvement](nereids) Make sure to catch and record exception for every materialization context (#29953) No new revisions were added by this update. Summary of changes: .../main/java/org/apache/doris/mtmv/MTMVCache.java | 4 +- .../mv/AbstractMaterializedViewAggregateRule.java | 114 +++---- .../mv/AbstractMaterializedViewJoinRule.java | 17 +- .../mv/AbstractMaterializedViewRule.java | 372 ++++++++++++--------- .../mv/MaterializedViewAggregateRule.java | 2 +- .../nereids/rules/exploration/mv/Predicates.java | 28 +- .../nereids/rules/exploration/mv/StructInfo.java | 147 +++++--- .../nereids/rules/rewrite/NormalizeToSlot.java | 23 +- .../org/apache/doris/nereids/trees/TreeNode.java | 17 - .../trees/plans/logical/LogicalProject.java | 4 + .../apache/doris/nereids/util/ExpressionUtils.java | 4 +- .../mv/agg_with_roll_up/aggregate_with_roll_up.out | 6 + .../agg_with_roll_up/aggregate_with_roll_up.groovy | 131 +++++--- 13 files changed, 483 insertions(+), 386 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org