pvary commented on issue #9517: URL: https://github.com/apache/iceberg/issues/9517#issuecomment-1899911570
If you are updating based on a table key, then `upsert` mode can help you: https://iceberg.apache.org/docs/latest/flink-writes/#upsert ``` INSERT INTO tableName /*+ OPTIONS('upsert-enabled'='true') */ ... ``` Other than that, it is a totally new statement to support, and it would take a while to implement it. -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org