dhananjaykrutika opened a new pull request, #720:
URL: https://github.com/apache/iceberg-go/pull/720

   Add FilterReferencedSnapshots() to allow catalog implementations to filter 
out referenced snapshot IDs from RemoveSnapshots updates before applying them 
during commit. This closes a race window between snapshot expiration and 
concurrent client commits that add refs to snapshots targeted for expiration.
   
   The filter accounts for RemoveSnapshotRef updates in the same batch, so 
normal expiration flows (remove ref + remove snapshot) are unaffected.


-- 
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