JingsongLi commented on code in PR #596: URL: https://github.com/apache/flink-table-store/pull/596#discussion_r1133604159
########## 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> \ + [--source-location <catalog.database>] \ Review Comment: remove this? just use `catalog.db.table` to `source-table`? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org