This is an automated email from the ASF dual-hosted git repository.
gavinchou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from ba3d0c7cde9 [Enhancement] (nereids) implement alterColumnStatsCommand
in nereids (#48628)
add 72c288920c2 [feature](cloud) Implement file cache microbench (#47563)
No new revisions were added by this update.
Summary of changes:
be/CMakeLists.txt | 10 +
be/src/io/tools/CMakeLists.txt | 68 +
{gensrc => be/src/io/tools}/Makefile | 0
be/src/io/tools/file_cache_microbench.cpp | 2354 ++++++++++++++++++++
{gensrc => be/src/io/tools/proto}/Makefile | 28 +-
.../src/io/tools/proto/microbench.proto | 34 +-
be/src/io/tools/readme.md | 133 ++
build.sh | 100 +-
run-be-ut.sh | 1 +
9 files changed, 2658 insertions(+), 70 deletions(-)
create mode 100644 be/src/io/tools/CMakeLists.txt
copy {gensrc => be/src/io/tools}/Makefile (100%)
create mode 100644 be/src/io/tools/file_cache_microbench.cpp
copy {gensrc => be/src/io/tools/proto}/Makefile (62%)
copy fe/fe-core/src/main/java/org/apache/doris/nereids/hint/OrderedHint.java
=> be/src/io/tools/proto/microbench.proto (53%)
create mode 100644 be/src/io/tools/readme.md
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]