This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 3d30209 [docs] add document conditional-functions (#8339)
add d880559 [refactor] remove old schema change code on BE (#8342)
No new revisions were added by this update.
Summary of changes:
be/src/exec/tablet_sink.cpp | 2 -
be/src/exec/tablet_sink.h | 1 -
be/src/olap/delta_writer.cpp | 34 --
be/src/olap/delta_writer.h | 3 -
be/src/runtime/CMakeLists.txt | 1 -
be/src/runtime/dpp_sink.cpp | 927 -----------------------------
be/src/runtime/dpp_sink.h | 84 ---
be/src/runtime/dpp_sink_internal.cpp | 44 --
be/src/runtime/dpp_sink_internal.h | 58 --
be/src/runtime/tablets_channel.cpp | 1 -
be/test/runtime/data_spliter_test.cpp | 91 ---
be/test/runtime/dpp_sink_internal_test.cpp | 108 ----
be/test/runtime/dpp_sink_test.cpp | 263 --------
be/test/runtime/load_channel_mgr_test.cpp | 7 -
gensrc/proto/internal_service.proto | 2 +-
gensrc/thrift/DataSinks.thrift | 18 +-
16 files changed, 2 insertions(+), 1642 deletions(-)
delete mode 100644 be/src/runtime/dpp_sink.cpp
delete mode 100644 be/src/runtime/dpp_sink.h
delete mode 100644 be/test/runtime/dpp_sink_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]