gustavoatt opened a new pull request, #6992:
URL: https://github.com/apache/iceberg/pull/6992

   ## Summary
   
   Allow passing a `wap_id` to the `ExpireSnapshotsProcedure` so that we can 
expire unused snapshots for a given WAP id. This is particularly helpful when 
the audit of specific WAP snapshot is found to be wrong and we would like to 
retry staging a new snapshot with the same `wap_id`. This is like the `DROP 
TABLE IF EXISTS $tmp_table` pattern when data is staged into a temporary table.
   
   What we are trying to avoid is ever getting into a place where we might have 
multiple snapshots for a given `wap_id` that are not published.
   
   ## Testing
   
   - [x] Added unit tests


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to