tanmayrauth opened a new pull request, #1419: URL: https://github.com/apache/iceberg-go/pull/1419
A second merge-on-read DELETE on a data file that already had a deletion vector wrote a second live DV instead of merging, violating the one-DV-per -data-file invariant and failing subsequent scans. The v3 delete path now folds the existing DV's positions into the new one and supersedes the old DV, mirroring the compaction/ReplaceFiles path. -- 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]
