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 3d0ac87c1e0 [feature](mtmv) task tvf add queryId (#29671) add d673afacb06 [feature](merge-cloud) Add meta service client and proxy (#29832) No new revisions were added by this update. Summary of changes: .../main/java/org/apache/doris/common/Config.java | 17 + fe/fe-core/pom.xml | 4 + .../apache/doris/cloud/rpc/MetaServiceClient.java | 318 +++++++++++ .../apache/doris/cloud/rpc/MetaServiceProxy.java | 584 +++++++++++++++++++++ fe/pom.xml | 5 + 5 files changed, 928 insertions(+) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/cloud/rpc/MetaServiceClient.java create mode 100644 fe/fe-core/src/main/java/org/apache/doris/cloud/rpc/MetaServiceProxy.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org