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 d4b822c8c8e [feat](Nereids) support show constraint command (#29667) add 492df1c9e03 [Improvement](nereids) Support join derivation when mv rewrite (#29609) No new revisions were added by this update. Summary of changes: .../mv/AbstractMaterializedViewRule.java | 183 +++++++++++++++------ .../nereids/rules/exploration/mv/Predicates.java | 4 +- .../rules/exploration/mv/PredicatesSplitter.java | 3 + .../expressions/functions/scalar/NonNullable.java | 10 ++ .../expressions/functions/scalar/Nullable.java | 10 ++ .../nereids_rules_p0/mv/join/inner/inner_join.out | 22 +++ .../agg_with_roll_up/aggregate_with_roll_up.groovy | 2 - .../aggregate_without_roll_up.groovy | 7 +- .../mv/join/inner/inner_join.groovy | 37 ++++- .../mv/join/left_outer/outer_join.groovy | 42 +++-- .../mv/partition_mv_rewrite.groovy | 2 - 11 files changed, 237 insertions(+), 85 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org