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 2019/12/02 02:00:27 UTC

[incubator-doris] branch master updated (725468f -> 5ab6739)

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 725468f  Fix bug of getting ES host error (#2342)
     add 5ab6739  Add rowset convert (#2212)

No new revisions were added by this update.

Summary of changes:
 be/src/agent/agent_server.cpp                      |  13 +-
 be/src/olap/olap_define.h                          |   8 +-
 be/src/olap/rowset/CMakeLists.txt                  |   1 +
 be/src/olap/rowset/rowset_converter.cpp            | 114 +++++++++++
 be/src/olap/rowset/rowset_converter.h              |  60 ++++++
 be/src/olap/snapshot_manager.cpp                   |  95 +++++++---
 be/src/olap/snapshot_manager.h                     |   4 +
 be/test/olap/CMakeLists.txt                        |   1 +
 ...a_rowset_test.cpp => rowset_converter_test.cpp} | 210 ++++++++++++---------
 run-ut.sh                                          |   1 +
 10 files changed, 374 insertions(+), 133 deletions(-)
 create mode 100644 be/src/olap/rowset/rowset_converter.cpp
 create mode 100644 be/src/olap/rowset/rowset_converter.h
 copy be/test/olap/rowset/{alpha_rowset_test.cpp => rowset_converter_test.cpp} (54%)


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