To clarify, the intention is that if max-snapshots-to-keep is set, then
snapshots will be expired even if they are younger than max-snapshot-age-ms?
Does this solve a problem that isn’t solved by setting max-snapshot-age-ms to a
small value and setting min-snapshots-to-keep to your desired value
On 2024/03/13 22:38:06 Shwetha Dharmarajan wrote:
> We are using Apache Iceberg with AWS Glue. We are seeing an issue where
> duplicates are getting inserted into the table, even after making sure there
> are no duplicates in the data being upserted into the table. We use MERGE sql
> to upsert d