You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2020/06/24 02:21:57 UTC

[incubator-doris] branch master updated (feec4ee -> 93a0b47)

This is an automated email from the ASF dual-hosted git repository.

lichaoyong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from feec4ee  [UDF] Support external users to contribute udf (#3760)
     add 93a0b47  Revert "[Memory Engine] MemTablet creation and compatibility handling in BE (#3762)" (#3931)

No new revisions were added by this update.

Summary of changes:
 be/src/agent/task_worker_pool.cpp       |  13 +-
 be/src/http/action/meta_action.cpp      |   5 +-
 be/src/olap/base_tablet.cpp             |  30 +---
 be/src/olap/base_tablet.h               | 138 ---------------
 be/src/olap/data_dir.cpp                |   4 +-
 be/src/olap/data_dir.h                  |   5 +-
 be/src/olap/memory/mem_tablet.cpp       |  34 +---
 be/src/olap/memory/mem_tablet.h         |  19 +--
 be/src/olap/storage_engine.cpp          |  12 +-
 be/src/olap/tablet.cpp                  |  25 ++-
 be/src/olap/tablet.h                    | 146 ++++++++++++++--
 be/src/olap/tablet_manager.cpp          | 286 +++++++++-----------------------
 be/src/olap/tablet_manager.h            |  30 ++--
 be/src/olap/tablet_meta.cpp             |   2 +-
 be/test/olap/memory/mem_tablet_test.cpp |   2 +-
 gensrc/thrift/MasterService.thrift      |   1 -
 16 files changed, 276 insertions(+), 476 deletions(-)


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