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 c5d09308220 [feat](refactor-param) Add New Metastore Adaptation 
(#50254)
     add 742c42cc947 [Enhancement](nereids) support show resources (#50230)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |   2 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  37 +++
 .../apache/doris/nereids/trees/plans/PlanType.java |   1 +
 .../trees/plans/commands/ShowResourcesCommand.java | 274 +++++++++++++++++++++
 .../trees/plans/visitor/CommandVisitor.java        |   5 +
 .../plans/commands/ShowResourcesCommandTest.java   | 119 +++++++++
 .../show/test_nereids_show_resources.groovy        | 123 +++++++++
 7 files changed, 560 insertions(+), 1 deletion(-)
 create mode 100644 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/ShowResourcesCommand.java
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/ShowResourcesCommandTest.java
 create mode 100644 
regression-test/suites/nereids_p0/show/test_nereids_show_resources.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to