This is an automated email from the ASF dual-hosted git repository. starocean999 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from a8f84d2febd [fix](cases) global vars (#51637) add d07ec11b0ab [Enhancement] (nereids)implement UseCloudClusterCommand in nereids (#50661) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 12 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 17 +++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../commands/use/UseCloudClusterCommand.java} | 92 +++++++++----- .../trees/plans/visitor/CommandVisitor.java | 5 + .../cloud_p0/test_use_cloud_cluster_command.groovy | 133 +++++++++++++++++++++ 6 files changed, 225 insertions(+), 35 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/{cloud/analysis/UseCloudClusterStmt.java => nereids/trees/plans/commands/use/UseCloudClusterCommand.java} (54%) create mode 100644 regression-test/suites/cloud_p0/test_use_cloud_cluster_command.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org