tanmayrauth opened a new pull request, #1100: URL: https://github.com/apache/iceberg-go/pull/1100
Adds the serialization half of the deletion vector codec (inverse of DeserializeDV) and a DVWriter that accumulates positions per data file and flushes them as a single Puffin file with one blob per data file. Returned DataFile entries carry ContentOffset, ContentSizeInBytes, and ReferencedDataFile so they can be passed directly to RowDelta.AddDeletes(). Part 1 of #997 -- 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]
