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-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org