This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
from 4e41e1d7976 [feat](Nereids) persist constraint in table (#29767) new a0355a65808 [opt](scanner) optimize the number of threads of scanners, follow up #28640 (#30030) new d101234be13 [fix](test) fix disableDebugPointForAllBEs do not execute (#30023) new f7a340a2dfe [improve](move-memtable) add cancel method to load stream stub (#29994) new e693249f5b2 [fix](Nereids) remove useless substr of string like type cast (#29997) new f98f790a806 [chore](test) update delete complex type case to make Nereids happy (#30022) The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: be/src/common/config.cpp | 2 +- be/src/vec/sink/load_stream_stub.cpp | 25 ++++++++++++++++++++-- be/src/vec/sink/load_stream_stub.h | 15 +++++++++++++ be/src/vec/sink/load_stream_stub_pool.cpp | 2 +- be/src/vec/sink/load_stream_stub_pool.h | 4 ++-- be/src/vec/sink/writer/vtablet_writer_v2.cpp | 7 ++++-- be/test/vec/exec/load_stream_stub_pool_test.cpp | 7 +++--- .../doris/nereids/rules/analysis/BindSink.java | 7 ++++-- .../delete_p0/test_array_column_delete.groovy | 2 +- .../suites/delete_p0/test_map_column_delete.groovy | 2 +- .../delete_p0/test_struct_column_delete.groovy | 2 +- ...oad_stream_back_pressure_fault_injection.groovy | 8 +++---- 12 files changed, 62 insertions(+), 21 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org