This is an automated email from the ASF dual-hosted git repository. liaoxin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from b7faf57163a [improvement](jdbc catalog) Disallow non-constant type conversion pushdown and implicit conversion pushdown (#42102) add 9e5f9cbb5ab [fix](move-memtable) abstract multi-streams to one logical stream (#42039) No new revisions were added by this update. Summary of changes: be/src/vec/sink/load_stream_map_pool.cpp | 50 +++---- be/src/vec/sink/load_stream_map_pool.h | 12 +- be/src/vec/sink/load_stream_stub.cpp | 66 ++++++++- be/src/vec/sink/load_stream_stub.h | 69 +++++++++ be/src/vec/sink/writer/vtablet_writer_v2.cpp | 160 ++++++++++----------- be/src/vec/sink/writer/vtablet_writer_v2.h | 8 +- be/test/vec/sink/vtablet_writer_v2_test.cpp | 7 +- .../test_multi_replica_fault_injection.groovy | 7 - 8 files changed, 234 insertions(+), 145 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org