This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from bd2d8469813 [fix](hive-transaction) skip_checking_acid_version_file need to be forwarded (#42225) add 4c09663b915 [Opt](flexible partial update) let `SegmentWriter` do not support flexible partial update (#41950) No new revisions were added by this update. Summary of changes: be/src/olap/rowset/segment_v2/segment_writer.cpp | 331 +-------------------- be/src/olap/rowset/segment_v2/segment_writer.h | 20 -- ...ate_restricts.out => test_f_segment_writer.out} | 8 + .../test_f_seq_col_no_vertical_segment_writer.out | 271 ----------------- .../flexible/test_f_segment_writer.groovy | 65 ++++ ...est_f_seq_col_no_vertical_segment_writer.groovy | 289 ------------------ 6 files changed, 77 insertions(+), 907 deletions(-) copy regression-test/data/unique_with_mow_p0/flexible/{test_flexible_partial_update_restricts.out => test_f_segment_writer.out} (67%) delete mode 100644 regression-test/data/unique_with_mow_p0/flexible/test_f_seq_col_no_vertical_segment_writer.out create mode 100644 regression-test/suites/unique_with_mow_p0/flexible/test_f_segment_writer.groovy delete mode 100644 regression-test/suites/unique_with_mow_p0/flexible/test_f_seq_col_no_vertical_segment_writer.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org