Shekharrajak opened a new pull request, #2406:
URL: https://github.com/apache/iceberg-rust/pull/2406

   ## Which issue does this PR close?
   
   Closes #2243
   Towards #1607
   
   ## What changes are included in this PR?
   
   Adds SnapshotValidator, a pub(crate) trait that future write actions 
(RewriteFiles, RowDelta, OverwriteFiles) implement to detect concurrent writes 
that would invalidate the commit. Mirrors the Java MergingSnapshotProducer 
validation surface (validateNoNewDeletesForDataFiles, validationHistory).
   
   ## Are these changes tested?
   unit tests in crates/iceberg/src/transaction/validate.rs


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