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/01/19 10:04:37 UTC

[incubator-doris] branch master updated (92d8f6a -> 7c4149c)

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

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


    from 92d8f6a  [Alter] Allow submitting alter jobs when table is unstable
     add 7c4149c  Improve comparison and printing of Version (#2796)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/data_dir.cpp                         |  19 +-
 be/src/olap/data_dir.h                           |   9 +-
 be/src/olap/memtable.cpp                         |   4 +-
 be/src/olap/olap_common.h                        |  17 +-
 be/src/olap/olap_define.h                        |   8 +-
 be/src/olap/olap_snapshot_converter.cpp          |  21 +-
 be/src/olap/rowset/beta_rowset.h                 |  10 +-
 be/src/olap/rowset/beta_rowset_reader.cpp        |   1 +
 be/src/olap/rowset/rowset.h                      |   2 +-
 be/src/olap/rowset/rowset_converter.h            |   1 +
 be/src/olap/rowset/rowset_meta.h                 |  11 +-
 be/src/olap/rowset/rowset_writer.h               |   1 -
 be/src/olap/rowset_graph.cpp                     |  31 +-
 be/src/olap/snapshot_manager.cpp                 |  33 +-
 be/src/olap/tablet.cpp                           | 384 ++++++++++-------------
 be/src/olap/tablet.h                             | 114 ++++---
 be/src/olap/tablet_meta.cpp                      |  46 ++-
 be/src/olap/tablet_meta.h                        |  10 +-
 be/src/olap/task/engine_clone_task.cpp           |  40 +--
 be/src/olap/task/engine_publish_version_task.cpp |  62 ++--
 be/src/olap/task/engine_publish_version_task.h   |  14 +-
 be/src/olap/task/engine_task.h                   |   9 +-
 be/test/olap/olap_snapshot_converter_test.cpp    |  11 +-
 be/test/olap/tablet_mgr_test.cpp                 |   5 +-
 be/test/olap/txn_manager_test.cpp                |  45 +--
 25 files changed, 445 insertions(+), 463 deletions(-)


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