This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 75d6ae6b1a0 [fix](nereids) prevent null pointer exception if datetime value overflows (#39482) new 7ef4c133305 [fix](mtmv) Mtmv support set both immediate and starttime (#39573) new bddfcc93a7e [fix](Nereids) mow with sync mv could not be deleted (#39578) new 7070428c941 [fix](mtmv) mtmv getPlanBySql should not reuse ctx's StatementContext (#39690) new 03e7e521ec9 [Fix](Nereids) fix use cbo rule hint unused because of logic reverse (#39715) The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/doris/mtmv/MTMVJobManager.java | 8 +- .../java/org/apache/doris/mtmv/MTMVPlanUtil.java | 11 +- .../nereids/jobs/rewrite/CostBasedRewriteJob.java | 2 +- .../trees/plans/commands/DeleteFromCommand.java | 14 +- ...ate_table_mtmv.out => test_start_time_mtmv.out} | 11 +- .../infer_set_operator_distinct.out | 230 +++++++++++++-------- .../delete_p0/test_delete_with_sync_mv.groovy | 76 +++++++ ...iew_mtmv.groovy => test_start_time_mtmv.groovy} | 44 ++-- .../four/load_four_step.groovy | 6 +- 9 files changed, 276 insertions(+), 126 deletions(-) copy regression-test/data/mtmv_p0/{test_truncate_table_mtmv.out => test_start_time_mtmv.out} (50%) create mode 100644 regression-test/suites/delete_p0/test_delete_with_sync_mv.groovy copy regression-test/suites/mtmv_p0/{test_create_view_mtmv.groovy => test_start_time_mtmv.groovy} (70%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org