You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2022/10/10 04:38:42 UTC

[doris] branch master updated (1cd4e5cec6 -> bdcb600f3d)

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-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org