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 d4f4b97f362 [Enhancement] implement createDatabase command in nereids (#51059) add a6b603d4be9 [Feat](nereids) support ShowCatalogRecycleBinCommand (#49818) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 4 +- .../doris/nereids/parser/LogicalPlanBuilder.java | 11 ++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../commands/ShowCatalogRecycleBinCommand.java | 167 +++++++++++++++++++++ .../trees/plans/visitor/CommandVisitor.java | 5 + ....java => ShowCatalogRecycleBinCommandTest.java} | 61 ++++---- 6 files changed, 214 insertions(+), 35 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowCatalogRecycleBinCommand.java copy fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/{AdminCopyTabletCommandTest.java => ShowCatalogRecycleBinCommandTest.java} (65%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org