This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-49961-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from ace825afc5dc branch-3.0: [fix](partition)fix default partitionkey not persistent and keep default on some operator #50489 (#50532) add 0d7d62bd4331 [enhance](mtmv)Exclude trigger table support db and catalog (#49961) No new revisions were added by this update. Summary of changes: .../java/org/apache/doris/analysis/TableName.java | 25 ++++ .../main/java/org/apache/doris/catalog/MTMV.java | 11 +- .../org/apache/doris/mtmv/MTMVPartitionUtil.java | 51 +++++++- .../java/org/apache/doris/mtmv/MTMVService.java | 13 +- .../apache/doris/mtmv/MTMVPartitionUtilTest.java | 78 ++++++++++++ .../org/apache/doris/mtmv/MTMVRewriteUtilTest.java | 11 +- .../java/org/apache/doris/mtmv/MTMVTaskTest.java | 7 +- .../test/java/org/apache/doris/mtmv/MTMVTest.java | 31 +++++ .../test_excluded_trigger_table_mtmv.out} | Bin 294 -> 333 bytes .../test_excluded_trigger_table_mtmv.groovy | 135 +++++++++++++++++++++ 10 files changed, 344 insertions(+), 18 deletions(-) copy regression-test/data/{backup_restore/test_backup_restore_alias.out => mtmv_p0/test_excluded_trigger_table_mtmv.out} (51%) create mode 100644 regression-test/suites/mtmv_p0/test_excluded_trigger_table_mtmv.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org