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 0ec64a68467 [Enhancement] (nereids)implement unlockTablesCommand in 
nereids (#49664)
     add 6b53eecfc41 [Enhancement] (nereids)implement alterStoragePlicyCommand 
in nereids (#48164)

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 +
 .../plans/commands/AlterStoragePolicyCommand.java} |  40 +++---
 .../trees/plans/visitor/CommandVisitor.java        |   5 +
 .../java/org/apache/doris/policy/PolicyMgr.java    |  17 ++-
 .../commands/AlterStoragePolicyCommandTest.java    | 157 +++++++++++++++++++++
 ...vy => test_alter_storage_policy_command.groovy} |  16 ++-
 8 files changed, 214 insertions(+), 37 deletions(-)
 copy fe/fe-core/src/main/java/org/apache/doris/{analysis/AlterPolicyStmt.java 
=> nereids/trees/plans/commands/AlterStoragePolicyCommand.java} (77%)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/AlterStoragePolicyCommandTest.java
 copy 
regression-test/suites/nereids_p0/{show/test_show_storage_policy_nereids.groovy 
=> test_alter_storage_policy_command.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