starocean999 commented on code in PR #49893: URL: https://github.com/apache/doris/pull/49893#discussion_r2034716068
########## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ########## @@ -282,6 +282,8 @@ supportedShowStatement | SHOW LAST INSERT #showLastInsert | SHOW ((CHAR SET) | CHARSET) #showCharset | SHOW DELETE ((FROM | IN) database=multipartIdentifier)? #showDelete + | SHOW FULL? BUILTIN? FUNCTIONS + ((FROM | IN) database=multipartIdentifier)? wildWhere? #showFunctions Review Comment: ```suggestion ((FROM | IN) database=multipartIdentifier)? (LIKE STRING_LITERAL)? #showFunctions ``` -- 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