This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 1cd4e5cec6 refractor insert_xxx functions (#13088) add bdcb600f3d [Bug](load) fix core dump on big block load (#13014) No new revisions were added by this update. Summary of changes: be/src/runtime/plan_fragment_executor.cpp | 16 ++++----- be/src/util/block_compression.cpp | 7 ++++ be/src/vec/core/block.cpp | 4 +-- be/src/vec/exec/vtable_function_node.cpp | 10 ++---- be/src/vec/sink/vdata_stream_sender.cpp | 17 ++++++---- be/src/vec/sink/vdata_stream_sender.h | 31 +++++++++-------- be/src/vec/sink/vresult_file_sink.cpp | 3 +- be/test/vec/runtime/vdata_stream_test.cpp | 2 +- .../lateral_view/load_from_big_lateral_view.out} | 2 +- .../load_from_big_lateral_view.groovy} | 39 ++++++++++------------ 10 files changed, 63 insertions(+), 68 deletions(-) copy regression-test/data/{correctness/test_crossjoin_inlineview_slot.out => query_p1/lateral_view/load_from_big_lateral_view.out} (91%) copy regression-test/suites/{correctness/test_forbidden_infer_filter_rule.groovy => query_p1/lateral_view/load_from_big_lateral_view.groovy} (57%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org