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

   Extend the overwrite snapshot producer to atomically remove delete files 
(position + equality) alongside data file replacement. This is the commit 
primitive needed for compaction (#832) to clean up fully-applied delete files.
   
   - Add deletedDeleteFiles tracking to snapshotProducer with removeDeleteFile()
   - existingManifests() cross-checks content type when filtering entries
   - deletedEntries() splits by content type into separate data/delete 
manifests with correct ManifestContent in both Avro metadata and manifest list
   - newManifestWriter accepts ManifestWriterOption for content type propagation
   - New Transaction.ReplaceFiles() validates both data and delete files exist 
in the table with content-type gating before commit


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