This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from ffc80cf9312 [fix](mtmv) Fix get mv statistics plan wrong and optimize
code usage (#35623)
add 5c747be6346 [feature] (recycle bin) Support delete catalog recycle bin
(#31893)
No new revisions were added by this update.
Summary of changes:
.../antlr4/org/apache/doris/nereids/DorisParser.g4 | 1 +
.../apache/doris/catalog/CatalogRecycleBin.java | 111 +++++++++++++++++++++
.../main/java/org/apache/doris/catalog/Env.java | 5 +
.../apache/doris/datasource/InternalCatalog.java | 21 ++++
.../doris/nereids/parser/LogicalPlanBuilder.java | 12 +++
.../apache/doris/nereids/trees/plans/PlanType.java | 1 +
.../commands/DropCatalogRecycleBinCommand.java | 81 +++++++++++++++
.../trees/plans/visitor/CommandVisitor.java | 5 +
.../test_drop_catalog_recycle_bin.groovy | 108 ++++++++++++++++++++
9 files changed, 345 insertions(+)
create mode 100644
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/DropCatalogRecycleBinCommand.java
create mode 100644
regression-test/suites/catalog_recycle_bin_p0/test_drop_catalog_recycle_bin.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]