This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 7f665f381ac [docs](docs) Update release note 2.0.6 and readme of Master branch (#32087) add 5985044be28 [feature](merge-cloud) implement alter table property of cloud mode (#31887) No new revisions were added by this update. Summary of changes: cloud/src/meta-service/meta_service.cpp | 4 + .../main/java/org/apache/doris/common/Config.java | 3 + .../main/java/org/apache/doris/alter/Alter.java | 30 +-- .../apache/doris/alter/SchemaChangeHandler.java | 18 ++ .../cloud/alter/CloudSchemaChangeHandler.java | 256 +++++++++++++++++++++ gensrc/proto/cloud.proto | 2 + gensrc/proto/olap_file.proto | 6 +- 7 files changed, 289 insertions(+), 30 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/cloud/alter/CloudSchemaChangeHandler.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org