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

[GitHub] [incubator-paimon] yuzelin opened a new pull request, #686: [flink][bug] Merge-into action runs error when target table has alias and it is not in the default database

yuzelin opened a new pull request, #686:
URL: https://github.com/apache/incubator-paimon/pull/686

   ### Purpose
   
   Fix bug.
   
   register alias as table -> create temporary view to target's database.
   minor refactor test.
   
   ### Tests
   
   `MergeIntoActionITCase`
   
   ### API and Format 
   
   No changes.
   
   ### Documentation
   
   Minor modify writing-tables#Merging into 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@paimon.apache.org

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


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

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
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


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

Posted by "JingsongLi (via GitHub)" <gi...@apache.org>.
JingsongLi merged PR #686:
URL: https://github.com/apache/incubator-paimon/pull/686


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