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

   This fixes a bug where delete files that are still required by the 
re-written file could be deleted prematurely.
   
   This happened because `MergingSnapshotProducer` calculated 
`minDataSequenceNumber` in a way that could skip data sequence numbers that do 
exist in the final snapshot.
   
   The filtered manifest list could exclude manifests of a certain sequence 
number because their data files were re-written. With specific orders of 
operations it was possible to skip the sequence number of manifests that were 
re-written.


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

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

Reply via email to