gavinchou commented on code in PR #45027: URL: https://github.com/apache/doris/pull/45027#discussion_r1912753088
########## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ########## @@ -395,6 +395,7 @@ unsupportedLoadStatement | RESUME ALL ROUTINE LOAD #resumeAllRoutineLoad | STOP ROUTINE LOAD FOR label=multipartIdentifier #stopRoutineLoad | SHOW ALL? ROUTINE LOAD ((FOR label=multipartIdentifier) | wildWhere?) #showRoutineLoad + | SHOW ROUTINE LOAD IN ALL #showRoutineLoad Review Comment: the previous impl. we can eliminate this limit to get the work done ``` mysql> SHOW ROUTINE LOAD; ERROR 1046 (3D000): errCode = 2, detailMessage = No database selected ``` -- 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