Re: [I] Add update-statement support in the Flink engine [iceberg]

2025-01-16 Thread via GitHub
github-actions[bot] commented on issue #9517: URL: https://github.com/apache/iceberg/issues/9517#issuecomment-2597166616 This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale' -- This is an automated message from the Apache Gi

Re: [I] Add update-statement support in the Flink engine [iceberg]

2025-01-16 Thread via GitHub
github-actions[bot] closed issue #9517: Add update-statement support in the Flink engine URL: https://github.com/apache/iceberg/issues/9517 -- 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 specif

Re: [I] Add update-statement support in the Flink engine [iceberg]

2024-10-12 Thread via GitHub
github-actions[bot] commented on issue #9517: URL: https://github.com/apache/iceberg/issues/9517#issuecomment-2408755057 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] Add update-statement support in the Flink engine [iceberg]

2024-01-20 Thread via GitHub
yimlin commented on issue #9517: URL: https://github.com/apache/iceberg/issues/9517#issuecomment-1902467499 Thanks very much. as you know, the trino engine also suppport update statement, it's better for iceberg that it has the same behaviors in different engines. -- This is an automat

Re: [I] Add update-statement support in the Flink engine [iceberg]

2024-01-18 Thread via GitHub
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(