You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/09/11 07:38:54 UTC

[GitHub] [iceberg] xiaotianzhang01 opened a new pull request #3101: Flink: support insert options set equality fields columns

xiaotianzhang01 opened a new pull request #3101:
URL: https://github.com/apache/iceberg/pull/3101


   This branch mainly provides support for setting options parameters for sink tables when performing streaming inserts. The sinkContext is designed in the scheme to facilitate the addition of parameters. Currently, the equality-field-columns parameter is mainly added to support uosert based on different field columns for the same table.
   
   ```
   INSERT INTO sample /* OPTIONS('equality-field-columns'='id,data') */
   ```


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] xiaotianzhang01 commented on pull request #3101: Flink: support insert options set equality fields columns

Posted by GitBox <gi...@apache.org>.
xiaotianzhang01 commented on pull request #3101:
URL: https://github.com/apache/iceberg/pull/3101#issuecomment-918156179


   @kbendick could you help to review this PR? :)


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org