yuzelin commented on code in PR #596:
URL: https://github.com/apache/flink-table-store/pull/596#discussion_r1133716769


##########
docs/content/docs/how-to/writing-tables.md:
##########
@@ -314,7 +314,10 @@ Run the following command to submit a 'merge-into' job for 
the table.
     --warehouse <warehouse-path> \
     --database <database-name> \
     --table <target-table> \
+    [--target-as <target-table-alias>] \
     --using-table <source-table> \

Review Comment:
   Keep this because the sql syntax is `MERGE INTO T USING S`
   



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

Reply via email to