imay commented on a change in pull request #456: Add routine load statement
URL: https://github.com/apache/incubator-doris/pull/456#discussion_r243602240
 
 

 ##########
 File path: fe/src/main/cup/sql_parser.cup
 ##########
 @@ -1103,6 +1122,63 @@ opt_cluster ::=
     :}
     ;
 
+// Routine load statement
+create_routine_load_stmt ::=
+    KW_CREATE KW_ROUTINE_LOAD ident:jobName KW_ON ident:db DOT ident:table
 
 Review comment:
   1. split KW_ROUTINE_LOAD into KW_ROUTINE and KW_LOAD
   2. db.table have table_name which you can reuse

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to