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 f2875ce [Index] Add column type check when creating bitmap index
(#2883)
add 3c539aa [Refactor] Some tiny refactor on streaming-load related code
(#2891)
No new revisions were added by this update.
Summary of changes:
be/src/exec/tablet_info.h | 6 +-
be/src/exec/tablet_sink.cpp | 9 +-
be/src/http/action/stream_load.cpp | 21 ++--
be/src/olap/delta_writer.cpp | 52 +++++-----
be/src/olap/delta_writer.h | 8 +-
be/src/olap/memtable_flush_executor.cpp | 6 +-
be/src/olap/memtable_flush_executor.h | 25 ++---
be/src/runtime/load_channel.cpp | 31 +++---
be/src/runtime/load_channel.h | 27 +++---
be/src/runtime/load_channel_mgr.cpp | 106 +++++++++++----------
be/src/runtime/load_channel_mgr.h | 7 --
.../routine_load/routine_load_task_executor.cpp | 22 ++---
be/src/runtime/stream_load/stream_load_context.cpp | 4 +-
be/src/runtime/stream_load/stream_load_context.h | 7 +-
.../runtime/stream_load/stream_load_executor.cpp | 36 +++----
be/src/runtime/stream_load/stream_load_executor.h | 4 +-
be/src/runtime/tablets_channel.cpp | 30 +++---
be/src/service/internal_service.cpp | 17 ++--
be/test/runtime/load_channel_mgr_test.cpp | 5 +-
19 files changed, 213 insertions(+), 210 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]