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 37b6c506564 [Enhancement] (nereids)implement showWhitelistCommand in nereids (#44155) add 7fdba82fab7 [Enhancement] (nereids)implement showGrantsCommand in nereids (#44158) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 6 +-- .../doris/nereids/parser/LogicalPlanBuilder.java | 15 +++++++ .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../trees/plans/commands/ShowGrantsCommand.java} | 52 +++++++++++----------- .../trees/plans/visitor/CommandVisitor.java | 5 +++ .../suites/manager/test_manager_interface_3.groovy | 6 +-- 6 files changed, 53 insertions(+), 32 deletions(-) copy fe/fe-core/src/main/java/org/apache/doris/{analysis/ShowGrantsStmt.java => nereids/trees/plans/commands/ShowGrantsCommand.java} (70%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org