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 093d62d5d03 [feature](restore) Overwrite the schema different view 
when force_replace enabled (#49870)
     add ca24024ff8d [Enhancement] (nereids)implement CreateUserCommand in 
nereids (#47554)

No new revisions were added by this update.

Summary of changes:
 .../antlr4/org/apache/doris/nereids/DorisParser.g4 |   6 +-
 .../org/apache/doris/mysql/privilege/Auth.java     |   7 +
 .../doris/nereids/parser/LogicalPlanBuilder.java   | 110 +++++++++++++
 .../apache/doris/nereids/trees/plans/PlanType.java |   3 +-
 ...eateViewCommand.java => CreateUserCommand.java} |  35 ++--
 .../trees/plans/commands/info/CreateUserInfo.java} | 180 +++++++--------------
 .../trees/plans/visitor/CommandVisitor.java        |   5 +
 .../plans/commands/CreateUserCommandTest.java      |  87 ++++++++++
 .../suites/ddl_p0/test_create_user_nereids.groovy  |  37 ++---
 9 files changed, 308 insertions(+), 162 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/{CreateViewCommand.java
 => CreateUserCommand.java} (68%)
 copy fe/fe-core/src/main/java/org/apache/doris/{analysis/CreateUserStmt.java 
=> nereids/trees/plans/commands/info/CreateUserInfo.java} (52%)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/CreateUserCommandTest.java
 copy 
fe/fe-core/src/test/java/org/apache/doris/datasource/paimon/PaimonExternalCatalogTest.java
 => regression-test/suites/ddl_p0/test_create_user_nereids.groovy (53%)


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

Reply via email to