This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from b65023e667 [fix](load) avoid using protobuf set_allocated_id in VDataStreamSender (#23435) add 98d0a2f6c1 [feature](move-memtable)[3/7] add load stream manager and rpc service (#23415) No new revisions were added by this update. Summary of changes: be/src/io/fs/file_writer.h | 2 + be/src/runtime/exec_env.h | 1 + be/src/runtime/load_stream.cpp | 459 +++++++++++++ be/src/runtime/load_stream.h | 152 +++++ be/src/runtime/load_stream_mgr.cpp | 73 +++ be/src/runtime/load_stream_mgr.h | 64 ++ be/src/runtime/load_stream_writer.cpp | 163 +++++ be/src/runtime/load_stream_writer.h | 96 +++ be/src/service/internal_service.cpp | 61 +- be/src/service/internal_service.h | 7 + be/test/runtime/load_stream_test.cpp | 1140 +++++++++++++++++++++++++++++++++ 11 files changed, 2217 insertions(+), 1 deletion(-) create mode 100644 be/src/runtime/load_stream.cpp create mode 100644 be/src/runtime/load_stream.h create mode 100644 be/src/runtime/load_stream_mgr.cpp create mode 100644 be/src/runtime/load_stream_mgr.h create mode 100644 be/src/runtime/load_stream_writer.cpp create mode 100644 be/src/runtime/load_stream_writer.h create mode 100644 be/test/runtime/load_stream_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org