You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "JingsongLi (via GitHub)" <gi...@apache.org> on 2023/03/13 08:48:58 UTC

[GitHub] [flink-table-store] JingsongLi commented on a diff in pull request #596: [FLINK-31415] Support target alias and using ddls to create source

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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org