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 fdb8409d466 [feat](doris compose) Add extra hosts option for up command (#51098) add 8fe3b735904 [Enhancement] (nereids)implement revokeResourcePrivilegeCommand in ne… (#50419) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 14 +- .../org/apache/doris/mysql/privilege/Auth.java | 16 +++ .../doris/nereids/parser/LogicalPlanBuilder.java | 38 +++++ .../apache/doris/nereids/trees/plans/PlanType.java | 3 +- .../commands/RevokeResourcePrivilegeCommand.java | 157 +++++++++++++++++++++ .../trees/plans/visitor/CommandVisitor.java | 5 + ...ava => RevokeResourcePrivilegeCommandTest.java} | 43 +++--- 7 files changed, 246 insertions(+), 30 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/RevokeResourcePrivilegeCommand.java copy fe/fe-core/src/test/java/org/apache/doris/nereids/trees/plans/commands/{GrantResourcePrivilegeCommandTest.java => RevokeResourcePrivilegeCommandTest.java} (80%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org