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 1e7595e43bd [test](storage vault) Add `test_vault_privilege_with_role` regression test (#43894) add 7ef9e6ec1c8 [Enhancement] (nereids)implement alterRoleCommand in nereids (#43238) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 2 +- .../org/apache/doris/mysql/privilege/Auth.java | 4 ++ .../doris/nereids/parser/LogicalPlanBuilder.java | 9 ++++ .../apache/doris/nereids/trees/plans/PlanType.java | 2 +- ...etTransactionCommand.java => AlterCommand.java} | 23 +++++----- .../trees/plans/commands/AlterRoleCommand.java} | 49 ++++++++++------------ .../trees/plans/visitor/CommandVisitor.java | 5 +++ .../ddl/alter/test_nereids_role.groovy} | 4 +- 8 files changed, 54 insertions(+), 44 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{SetTransactionCommand.java => AlterCommand.java} (73%) copy fe/fe-core/src/main/java/org/apache/doris/{analysis/AlterRoleStmt.java => nereids/trees/plans/commands/AlterRoleCommand.java} (61%) copy regression-test/suites/{account_p0/test_role.groovy => nereids_p0/ddl/alter/test_nereids_role.groovy} (95%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org