starocean999 commented on code in PR #45832: URL: https://github.com/apache/doris/pull/45832#discussion_r2009346470
########## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ########## @@ -324,6 +324,8 @@ supportedShowStatement | SHOW TABLET DIAGNOSIS tabletId=INTEGER_VALUE #showDiagnoseTablet | SHOW FRONTENDS name=identifier? #showFrontends | SHOW DATABASE databaseId=INTEGER_VALUE #showDatabaseId + | SHOW FULL? (COLUMNS | FIELDS) (FROM | IN) tableName=multipartIdentifier + ((FROM | IN) database=multipartIdentifier)? (LIKE STRING_LITERAL)? #showColumns Review Comment: ```suggestion ((FROM | IN) database=multipartIdentifier)? wildWhere? #showColumns ``` take https://github.com/apache/doris/pull/48941 as referrence ########## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ########## @@ -324,6 +324,8 @@ supportedShowStatement | SHOW TABLET DIAGNOSIS tabletId=INTEGER_VALUE #showDiagnoseTablet | SHOW FRONTENDS name=identifier? #showFrontends | SHOW DATABASE databaseId=INTEGER_VALUE #showDatabaseId + | SHOW FULL? (COLUMNS | FIELDS) (FROM | IN) tableName=multipartIdentifier + ((FROM | IN) database=multipartIdentifier)? (LIKE STRING_LITERAL)? #showColumns Review Comment: ```suggestion ((FROM | IN) database=multipartIdentifier)? wildWhere? #showColumns ``` take https://github.com/apache/doris/pull/48941 as reference -- 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