You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2019/11/20 01:59:02 UTC

[incubator-doris] branch master updated (9b5eeae -> 9be86a3)

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 9b5eeae  Fix bug that DeployManager should start working after catalog is ready. (#2244)
     add 9be86a3  Add gutil split and strip tool (#2238)

No new revisions were added by this update.

Summary of changes:
 be/src/gutil/CMakeLists.txt                        |    2 +
 .../alpha_rowset_meta.h => gutil/logging-inl.h}    |   54 +-
 be/src/gutil/strings/split.cc                      | 1091 ++++++++++++++++++
 be/src/gutil/strings/split.h                       | 1205 ++++++++++++++++++++
 be/src/gutil/strings/split_internal.h              |  413 +++++++
 be/src/gutil/strings/strip.cc                      |  384 +++++++
 be/src/gutil/strings/strip.h                       |  272 +++++
 7 files changed, 3397 insertions(+), 24 deletions(-)
 copy be/src/{olap/rowset/alpha_rowset_meta.h => gutil/logging-inl.h} (56%)
 create mode 100644 be/src/gutil/strings/split.cc
 create mode 100644 be/src/gutil/strings/split.h
 create mode 100644 be/src/gutil/strings/split_internal.h
 create mode 100644 be/src/gutil/strings/strip.cc
 create mode 100644 be/src/gutil/strings/strip.h


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