This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from e236768c803 [opt](join) For left semi/anti join without mark join conjunct and without other conjucnts, stop probing after matching one row (#34703) add fc00c1cf6b3 [Refactor](Sink) Remove is_append mode in table sink (#34544) No new revisions were added by this update. Summary of changes: be/src/cloud/cloud_delta_writer.cpp | 6 +-- be/src/cloud/cloud_delta_writer.h | 3 +- be/src/olap/delta_writer.cpp | 11 ++-- be/src/olap/delta_writer.h | 8 +-- be/src/olap/delta_writer_v2.cpp | 11 ++-- be/src/olap/delta_writer_v2.h | 5 +- be/src/olap/memtable.cpp | 11 +--- be/src/olap/memtable.h | 3 +- be/src/olap/memtable_writer.cpp | 18 ++----- be/src/olap/memtable_writer.h | 5 +- be/src/runtime/tablets_channel.cpp | 16 ++---- be/src/vec/sink/writer/vtablet_writer.cpp | 81 +++------------------------- be/src/vec/sink/writer/vtablet_writer.h | 2 +- be/src/vec/sink/writer/vtablet_writer_v2.cpp | 2 +- 14 files changed, 35 insertions(+), 147 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org