This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 3bb042e45c [fix](memtracker) Process physical mem check does not include tc/jemalloc allocator cache (#12688) add 3030a3606a [fix](load) fix stream load fail when setting strict mode (#12684) No new revisions were added by this update. Summary of changes: be/src/exec/base_scanner.cpp | 10 +++- be/src/exec/base_scanner.h | 3 + .../stream_load/test_stream_load.out} | 3 +- .../data/load_p0/stream_load/test_strict_mode.csv | 2 + .../load_p0/stream_load/test_strict_mode_fail.csv | 2 + .../load_p0/stream_load/test_stream_load.groovy | 70 ++++++++++++++++++++++ 6 files changed, 87 insertions(+), 3 deletions(-) copy regression-test/data/{correctness/test_crossjoin_inlineview_slot.out => load_p0/stream_load/test_stream_load.out} (56%) create mode 100644 regression-test/data/load_p0/stream_load/test_strict_mode.csv create mode 100644 regression-test/data/load_p0/stream_load/test_strict_mode_fail.csv --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org