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 2022/12/30 13:23:05 UTC

[doris] branch master updated (aacd11336a -> b23d068281)

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 aacd11336a [typo](docs)update java udf demo (#15521)
     add b23d068281 [refactor](remove-non-vec) Remove non vec load from memtable and delta writer (#15517)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/delta_writer.cpp                       |  41 +---
 be/src/olap/delta_writer.h                         |   9 +-
 be/src/olap/memtable.cpp                           |  36 +---
 be/src/olap/memtable.h                             |   2 +-
 be/src/runtime/load_channel.cpp                    |  11 +-
 be/src/runtime/load_channel.h                      |   5 +-
 be/src/runtime/load_channel_mgr.cpp                |   3 +-
 be/src/runtime/tablets_channel.cpp                 |   7 +-
 be/src/runtime/tablets_channel.h                   |   5 +-
 be/test/CMakeLists.txt                             |   2 -
 be/test/olap/delta_writer_test.cpp                 | 202 +----------------
 .../olap/engine_storage_migration_task_test.cpp    |  20 +-
 be/test/olap/remote_rowset_gc_test.cpp             |  16 +-
 be/test/olap/tablet_cooldown_test.cpp              |  16 +-
 be/test/runtime/load_channel_mgr_test.cpp          | 240 ---------------------
 15 files changed, 33 insertions(+), 582 deletions(-)
 delete mode 100644 be/test/runtime/load_channel_mgr_test.cpp


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