mj006648 commented on issue #17334: URL: https://github.com/apache/iceberg/issues/17334#issuecomment-5187660976
I traced this to `TableScanResponseParser.serializeScanTasks`. Delete files are indexed only by location, so deletion vectors stored as separate blobs in the same Puffin file overwrite each other's index. `DeleteFileSet` already distinguishes them by location, content offset, and content size. I have a small fix and a round-trip regression test ready. If no one is already working on this, I'd like to open a PR. -- 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]
