This is an automated email from the ASF dual-hosted git repository. zhangchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 7aa56371a28 [chore](S3Load) Add log for FE's list object operation (#38948) add b41763ac3ba [opt](merge-on-write) eliminate reading the old values of non-key columns for delete stmt in publish phase (#38703) No new revisions were added by this update. Summary of changes: be/src/olap/base_tablet.cpp | 109 +++++++++++------- be/src/olap/rowset/segment_v2/segment_writer.cpp | 10 +- .../rowset/segment_v2/vertical_segment_writer.cpp | 8 +- ...ction.out => test_delete_publish_skip_read.out} | 10 +- .../test_delete_publish_skip_read.groovy | 122 +++++++++++++++++++++ 5 files changed, 209 insertions(+), 50 deletions(-) copy regression-test/data/fault_injection_p0/partial_update/{test_partial_update_skip_compaction.out => test_delete_publish_skip_read.out} (58%) create mode 100644 regression-test/suites/fault_injection_p0/partial_update/test_delete_publish_skip_read.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org