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 334b3435bc9 [Enhancement] (nereids)implement CreateEncryptKeyCommand 
in nereids (#44807)
     add 54fe0b463a9 [Enhancement] (nereids)implement CreateRoleCommand in 
nereids (#44814)

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 |  1 +
 .../trees/plans/commands/CreateRoleCommand.java}   | 56 +++++++-----------
 .../trees/plans/commands/DropRoleCommand.java      |  4 --
 .../trees/plans/visitor/CommandVisitor.java        |  5 ++
 .../ddl/account/test_nereids_role.groovy           |  4 +-
 .../nereids_p0/ddl/alter/test_nereids_role.groovy  | 66 ----------------------
 9 files changed, 41 insertions(+), 110 deletions(-)
 copy fe/fe-core/src/main/java/org/apache/doris/{analysis/CreateRoleStmt.java 
=> nereids/trees/plans/commands/CreateRoleCommand.java} (69%)
 delete mode 100644 
regression-test/suites/nereids_p0/ddl/alter/test_nereids_role.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to