stalary commented on a change in pull request #6192: URL: https://github.com/apache/incubator-doris/pull/6192#discussion_r671699208
########## File path: fe/fe-core/src/main/cup/sql_parser.cup ########## @@ -1827,6 +1837,10 @@ drop_stmt ::= {: RESULT = new DropResourceStmt(resourceName); :} + | KW_DROP KW_SQL_BLOCK_RULE ident_list:ruleNames Review comment: The current design is that rule names are not allowed to be repeated, so I think it's easier to use? Maybe we can support configuring multiple users -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org