This is an automated email from the ASF dual-hosted git repository.
xuyang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 2a82bb7e0d5 [enhance](mtmv)support olap table partition column is null
(#32698)
add 4665ee6445e [enhancement](cloud) add table version to cloud (#32738)
No new revisions were added by this update.
Summary of changes:
cloud/src/meta-service/http_encode_key.cpp | 3 +-
cloud/src/meta-service/keys.cpp | 27 ++++--
cloud/src/meta-service/keys.h | 13 ++-
cloud/src/meta-service/meta_service.cpp | 70 ++++++++++-----
cloud/src/meta-service/meta_service_partition.cpp | 29 +++++-
cloud/src/meta-service/meta_service_txn.cpp | 15 +++-
cloud/src/recycler/recycler.cpp | 43 ++++-----
cloud/test/http_encode_key_test.cpp | 13 ++-
cloud/test/keys_test.cpp | 50 +++++++++--
cloud/test/meta_service_test.cpp | 100 +++++++++++++++++++++
cloud/test/recycler_test.cpp | 67 +++++++++++---
.../org/apache/doris/alter/CloudRollupJobV2.java | 4 +-
.../apache/doris/alter/CloudSchemaChangeJobV2.java | 5 +-
.../main/java/org/apache/doris/catalog/Env.java | 9 +-
.../java/org/apache/doris/catalog/OlapTable.java | 70 ++++++++++++++-
.../apache/doris/cloud/catalog/CloudPartition.java | 58 +-----------
.../cloud/datasource/CloudInternalCatalog.java | 20 +++--
.../org/apache/doris/cloud/qe/SnapshotProxy.java | 92 +++++++++++++++++++
.../doris/common/profile/SummaryProfile.java | 27 +++++-
.../apache/doris/datasource/InternalCatalog.java | 13 +--
gensrc/proto/cloud.proto | 5 ++
.../cloud_p0/conf/regression-conf-custom.groovy | 1 -
22 files changed, 579 insertions(+), 155 deletions(-)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/cloud/qe/SnapshotProxy.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]