sannaroby opened a new issue, #12633: URL: https://github.com/apache/iceberg/issues/12633
### Query engine Flink to write data (engine-version: 1.20.1, iceberg-version: 1.8.1) AWS Athena to read data ### Question I've created an Iceberg table (v2) using AWS Athena. I'm using a flink job (engine-version: 1.20.1, iceberg-version: 1.8.1) to write data on the table (using FlinkSink). Since the "write.delete.mode" and "write.update.mode" properties cannot be set during table creation (see [here](https://docs.aws.amazon.com/athena/latest/ug/querying-iceberg-creating-tables.html#querying-iceberg-table-properties) for more information), which strategy is used for dealing with row-level updates: "merge-on-read" or "copy-on-write"? Thanks for the support. -- 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.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