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

[GitHub] [incubator-paimon] JingsongLi commented on a diff in pull request #686: [flink][bug] Table alias cannot work in merge-into action

JingsongLi commented on code in PR #686:
URL: https://github.com/apache/incubator-paimon/pull/686#discussion_r1145947334


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

Review Comment:
   keep `source-table`?



##########
docs/content/how-to/writing-tables.md:
##########
@@ -333,7 +333,7 @@ Run the following command to submit a 'merge-into' job for the table.
     --not-matched-by-source-upsert-set <not-matched-upsert-changes> \
     --not-matched-by-source-delete-condition <not-matched-by-source-condition>
     
-Alternatively, you can use '--source-sql <sql> [, --source-sql <sql> ...]' to create a new table as source table at runtime.

Review Comment:
   keep `source-sql`?



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

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