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

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


    from 5084517b07d [Chore](result-sink) set ENABLE_PARALLEL_RESULT_SINK 
default value to true (#53209)
     add c5ace8af199 [feat](cloud) Add recycle operation logs skeleton (#53199)

No new revisions were added by this update.

Summary of changes:
 cloud/src/meta-store/versioned_value.cpp      |  18 +++
 cloud/src/meta-store/versioned_value.h        |  15 +++
 cloud/src/recycler/recycler.cpp               |   4 +-
 cloud/src/recycler/recycler.h                 |   9 ++
 cloud/src/recycler/recycler_operation_log.cpp | 186 ++++++++++++++++++++++++++
 cloud/test/CMakeLists.txt                     |   4 +-
 cloud/test/recycler_operation_log_test.cpp    | 169 +++++++++++++++++++++++
 cloud/test/recycler_test.cpp                  |   6 +-
 8 files changed, 406 insertions(+), 5 deletions(-)
 create mode 100644 cloud/src/recycler/recycler_operation_log.cpp
 create mode 100644 cloud/test/recycler_operation_log_test.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to