EmmyMiao87 commented on a change in pull request #8188:
URL: https://github.com/apache/incubator-doris/pull/8188#discussion_r812584070



##########
File path: docs/zh-CN/sql-reference/sql-statements/Data Manipulation/SHOW 
ROUTINE LOAD.md
##########
@@ -28,7 +28,7 @@ under the License.
 ## description
     该语句用于展示 Routine Load 作业运行状态
     语法:
-        SHOW [ALL] ROUTINE LOAD [FOR jobName];
+        SHOW [ALL] ROUTINE LOAD [FOR jobName][LIKE pattern];

Review comment:
       Please update english doc at the same place ~

##########
File path: fe/fe-core/src/main/cup/sql_parser.cup
##########
@@ -1873,21 +1873,21 @@ stop_routine_load_stmt ::=
     ;
 
 show_routine_load_stmt ::=
-    KW_SHOW KW_ROUTINE KW_LOAD KW_FOR job_label:jobLabel
+    KW_SHOW KW_ROUTINE KW_LOAD KW_FOR job_label:jobLabel opt_wild_where

Review comment:
       This means 'show routine load for xxx like xxx'.
   But I understand what you mean should be for and like pick only one?




-- 
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

Reply via email to