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

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


    from 78bf825  Optimize the convert of row block v2 to v1 #2011 (#2058)
     add 189e08f  Replace NewStatus with Status (#2046)

No new revisions were added by this update.

Summary of changes:
 LICENSE.txt                                      |  16 --
 be/src/common/status.h                           |   2 +
 be/src/olap/CMakeLists.txt                       |   1 -
 be/src/olap/new_status.cpp                       | 134 ----------------
 be/src/olap/new_status.h                         | 188 -----------------------
 be/src/olap/rowset/rowset.h                      |   1 -
 be/src/olap/rowset/rowset_meta.h                 |   1 -
 be/src/olap/rowset/rowset_meta_manager.h         |   1 -
 be/src/olap/utils.cpp                            |  28 +++-
 be/test/olap/olap_snapshot_converter_test.cpp    |   1 -
 be/test/olap/rowset/rowset_meta_manager_test.cpp |   1 -
 be/test/olap/tablet_mgr_test.cpp                 |   1 -
 be/test/olap/txn_manager_test.cpp                |   1 -
 13 files changed, 26 insertions(+), 350 deletions(-)
 delete mode 100644 be/src/olap/new_status.cpp
 delete mode 100644 be/src/olap/new_status.h
 mode change 100755 => 100644 be/test/olap/olap_snapshot_converter_test.cpp


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

Reply via email to