You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2022/10/16 15:59:58 UTC

[doris] branch master updated (1d5ba9cbcc -> a83eaddfcf)

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

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


    from 1d5ba9cbcc [Improvement](like) Change `like` function to batch call (#13314)
     add a83eaddfcf [test](cache)Add remote cache ut (#13377)

No new revisions were added by this update.

Summary of changes:
 be/src/olap/rowset/beta_rowset.cpp          |   5 +
 be/src/olap/rowset/segment_v2/segment.cpp   |   9 ++
 be/src/runtime/exec_env.h                   |   8 +-
 be/src/runtime/exec_env_init.cpp            |  25 ++--
 be/test/CMakeLists.txt                      |   4 +
 be/test/io/cache/remote_file_cache_test.cpp | 188 ++++++++++++++++++++++++++++
 6 files changed, 226 insertions(+), 13 deletions(-)
 create mode 100644 be/test/io/cache/remote_file_cache_test.cpp


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