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 a3de177da07 [fix](cloud) Adjust rowset state check in `CloudTablet::create_transient_rowset_writer` (#45496) add 0e2de34bdc8 [Enhancement] (nereids)implement DropCatalogCommand in nereids (#45372) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +- .../org/apache/doris/datasource/CatalogMgr.java | 22 ++++++---- .../doris/nereids/parser/LogicalPlanBuilder.java | 9 +++++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../trees/plans/commands/DropCatalogCommand.java} | 47 ++++++++++------------ .../trees/plans/visitor/CommandVisitor.java | 5 +++ .../data/nereids_p0/test_drop_catalog_command.out | 4 ++ ...and.groovy => test_drop_catalog_command.groovy} | 26 ++++++------ 8 files changed, 70 insertions(+), 46 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/{analysis/DropCatalogStmt.java => nereids/trees/plans/commands/DropCatalogCommand.java} (67%) create mode 100644 regression-test/data/nereids_p0/test_drop_catalog_command.out copy regression-test/suites/nereids_p0/{test_create_catalog_command.groovy => test_drop_catalog_command.groovy} (69%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org