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 aa13ed6657d branch-3.0: [fix](nereids) fix convert to date literal throw exception #48980 (#48773) add 9c78d4f7da0 [fix](cloud-mow)Add more calculate delete bitmap fail case (#49090) No new revisions were added by this update. Summary of changes: .../cloud/cloud_engine_calc_delete_bitmap_task.cpp | 3 +- be/src/cloud/cloud_meta_mgr.cpp | 5 + be/src/cloud/cloud_stream_load_executor.cpp | 4 +- .../main/java/org/apache/doris/catalog/Table.java | 4 + .../transaction/CloudGlobalTransactionMgr.java | 34 ++- ...test_cloud_mow_stream_load_with_commit_fail.out | Bin 134 -> 446 bytes .../fault_injection_p0/cloud/test_stream_load0.csv | 2 + .../fault_injection_p0/cloud/test_stream_load1.csv | 2 + .../fault_injection_p0/cloud/test_stream_load2.csv | 2 + .../fault_injection_p0/cloud/test_stream_load3.csv | 2 + .../fault_injection_p0/cloud/test_stream_load4.csv | 2 + .../fault_injection_p0/cloud/test_stream_load5.csv | 2 + .../fault_injection_p0/cloud/test_stream_load6.csv | 2 + .../fault_injection_p0/cloud/test_stream_load7.csv | 2 + ...t_cloud_mow_stream_load_with_commit_fail.groovy | 340 +++++++++++++++++++-- 15 files changed, 373 insertions(+), 33 deletions(-) create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load0.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load1.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load2.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load3.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load4.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load5.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load6.csv create mode 100644 regression-test/data/fault_injection_p0/cloud/test_stream_load7.csv --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org