dataroaring commented on code in PR #53818:
URL: https://github.com/apache/doris/pull/53818#discussion_r2250995469


##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##########
@@ -384,6 +384,7 @@ supportedShowStatement
     | SHOW STORAGE POLICY (USING (FOR policy=identifierOrText)?)?              
     #showStoragePolicy   
     | SHOW SQL_BLOCK_RULE (FOR ruleName=identifier)?                           
     #showSqlBlockRule
     | SHOW CREATE VIEW name=multipartIdentifier                                
     #showCreateView
+    | SHOW CREATE STORAGE VAULT FOR identifier                                 
     #showCreateStorageVault

Review Comment:
   It should be like show create table , why do we need 'for' for vault?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to