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 5b12f0e5d0d [Enhancement] (nereids) support show data command (#48629)
     add b4f8fcd44da [Enhancement] (nereids)implement showStoragePolicyCommand 
in nereids (#44393)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |  2 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   | 11 ++++
 .../apache/doris/nereids/trees/plans/PlanType.java |  1 +
 ...tCommand.java => ShowStoragePolicyCommand.java} | 53 +++++++---------
 .../trees/plans/visitor/CommandVisitor.java        |  5 ++
 .../java/org/apache/doris/policy/PolicyMgr.java    | 74 ++++++++++++++--------
 .../test_show_storage_policy_nereids.groovy}       | 12 ++--
 7 files changed, 96 insertions(+), 62 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{ShowDiagnoseTabletCommand.java
 => ShowStoragePolicyCommand.java} (59%)
 copy 
regression-test/suites/nereids_p0/{test_drop_storage_policy_command.groovy => 
show/test_show_storage_policy_nereids.groovy} (87%)


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

Reply via email to