You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ga...@apache.org on 2023/01/10 02:38:43 UTC

[doris] branch master updated (fd7d13d4c0 -> d0e8f84279)

This is an automated email from the ASF dual-hosted git repository.

gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from fd7d13d4c0 [typo](docs)Update dynamic-partition.md #15734
     add d0e8f84279 [feature](vectorized) Support MemoryScratchSink on vectorized engine (#15612)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/base_scanner.cpp                       |  40 +--
 be/src/exec/base_scanner.h                         |   4 +-
 be/src/exec/data_sink.cpp                          |  93 +++---
 be/src/exec/exec_node.cpp                          | 241 +++++----------
 be/src/exprs/create_predicate_function.h           |  11 +-
 be/src/exprs/hybrid_set.h                          |   7 +-
 be/src/exprs/runtime_filter.cpp                    |  69 ++---
 be/src/olap/in_list_predicate.h                    |   3 +-
 be/src/runtime/plan_fragment_executor.cpp          |  13 +-
 be/src/runtime/runtime_state.h                     |   2 -
 be/src/util/CMakeLists.txt                         |   1 +
 be/src/util/arrow/block_convertor.cpp              | 323 +++++++++++++++++++++
 .../util/arrow/{row_block.h => block_convertor.h}  |  18 +-
 be/src/util/arrow/row_batch.cpp                    |   7 +
 be/src/vec/CMakeLists.txt                          |   1 +
 be/src/vec/functions/in.h                          |   6 +-
 be/src/vec/sink/vmemory_scratch_sink.cpp           |  95 ++++++
 .../sink/{vtable_sink.h => vmemory_scratch_sink.h} |  59 ++--
 18 files changed, 633 insertions(+), 360 deletions(-)
 create mode 100644 be/src/util/arrow/block_convertor.cpp
 copy be/src/util/arrow/{row_block.h => block_convertor.h} (67%)
 create mode 100644 be/src/vec/sink/vmemory_scratch_sink.cpp
 copy be/src/vec/sink/{vtable_sink.h => vmemory_scratch_sink.h} (53%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org