starocean999 commented on code in PR #50777:
URL: https://github.com/apache/doris/pull/50777#discussion_r2099630805
##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##########
@@ -394,6 +394,7 @@ supportedShowStatement
| SHOW CATALOG RECYCLE BIN (WHERE expression)?
#showCatalogRecycleBin
| SHOW TABLET tabletId=INTEGER_VALUE
#showTabletId
| SHOW DICTIONARIES wildWhere?
#showDictionaries
+ | SHOW WORKLOAD GROUPS wildWhere?
#showWorkloadGroups
Review Comment:
```suggestion
| SHOW WORKLOAD GROUPS (LIKE STRING_LITERAL)?
#showWorkloadGroups
```
--
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]