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 5f5aa50fb6b [fix](docker)Fix pipeline instability caused by upgrading 
docker paimon version. (#53055)
     add cf71af71963 [feat](cloud) add versioned_put/get/get_range/remove 
function (#52898)

No new revisions were added by this update.

Summary of changes:
 cloud/src/meta-store/CMakeLists.txt       |   1 +
 cloud/src/meta-store/codec.cpp            |   9 +
 cloud/src/meta-store/codec.h              |  11 +
 cloud/src/meta-store/document_message.cpp |   1 +
 cloud/src/meta-store/mem_txn_kv.cpp       |  10 +-
 cloud/src/meta-store/versioned_value.cpp  | 188 ++++++++++
 cloud/src/meta-store/versioned_value.h    | 161 +++++++++
 cloud/src/meta-store/versionstamp.h       |  11 +
 cloud/test/CMakeLists.txt                 |   6 +
 cloud/test/document_message_test.cpp      |   1 +
 cloud/test/versioned_value_test.cpp       | 565 ++++++++++++++++++++++++++++++
 11 files changed, 959 insertions(+), 5 deletions(-)
 create mode 100644 cloud/src/meta-store/versioned_value.cpp
 create mode 100644 cloud/src/meta-store/versioned_value.h
 create mode 100644 cloud/test/versioned_value_test.cpp


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

Reply via email to