You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2023/01/28 11:56:49 UTC

[doris] branch master updated (26fc7c8196 -> 241a956b20)

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 26fc7c8196 [Bug](decimalv3) fix BE crash for function `if` (#16152)
     add 241a956b20 [refactor](remove unused code) remove partition info from datastream sender (#16162)

No new revisions were added by this update.

Summary of changes:
 be/src/pipeline/exec/exchange_sink_operator.cpp |   1 -
 be/src/runtime/CMakeLists.txt                   |   2 -
 be/src/runtime/dpp_sink_internal.cpp            | 137 -----------------
 be/src/runtime/dpp_sink_internal.h              | 186 ------------------------
 be/src/runtime/raw_value.cpp                    | 161 --------------------
 be/src/runtime/raw_value.h                      | 146 -------------------
 be/src/vec/CMakeLists.txt                       |   1 -
 be/src/vec/runtime/vpartition_info.cpp          |  55 -------
 be/src/vec/runtime/vpartition_info.h            |  59 --------
 be/src/vec/sink/vdata_stream_sender.cpp         |  32 +---
 be/src/vec/sink/vdata_stream_sender.h           |   7 +-
 be/test/CMakeLists.txt                          |   2 -
 be/test/runtime/data_spliter_test.cpp           | 176 ----------------------
 be/test/runtime/dpp_sink_internal_test.cpp      |  96 ------------
 be/test/runtime/raw_value_test.cpp              |  45 ------
 15 files changed, 2 insertions(+), 1104 deletions(-)
 delete mode 100644 be/src/runtime/dpp_sink_internal.cpp
 delete mode 100644 be/src/runtime/dpp_sink_internal.h
 delete mode 100644 be/src/runtime/raw_value.cpp
 delete mode 100644 be/src/vec/runtime/vpartition_info.cpp
 delete mode 100644 be/src/vec/runtime/vpartition_info.h
 delete mode 100644 be/test/runtime/data_spliter_test.cpp
 delete mode 100644 be/test/runtime/dpp_sink_internal_test.cpp
 delete mode 100644 be/test/runtime/raw_value_test.cpp


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