This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45744-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 4fb8403ff8e [opt](nereids) optimize rewrite of synchronize materialize view (#45748) (#45816) add 75baa77ead3 [fix](mtmv) Fix mv is deleted in nested mv causing query err and fix some test (#45744) No new revisions were added by this update. Summary of changes: .../nereids/rules/analysis/CollectRelation.java | 9 ++- .../mv/nested/nested_mv_delete.out | 11 ++++ .../org/apache/doris/regression/suite/Suite.groovy | 39 ++++++++++- .../suites/auth_p0/test_select_column_auth.groovy | 4 ++ .../suites/mv_p0/unique/unique_rewrite.groovy | 9 +++ .../range_date_part_up_rewrite.groovy | 14 ++-- .../mv/is_in_debug_mode/is_in_debug_mode.groovy | 20 ++++-- .../mv/nested/nested_mv_delete.groovy | 77 ++++++++++++++++++++++ 8 files changed, 169 insertions(+), 14 deletions(-) create mode 100644 regression-test/data/nereids_rules_p0/mv/nested/nested_mv_delete.out create mode 100644 regression-test/suites/nereids_rules_p0/mv/nested/nested_mv_delete.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org