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

   Position-delete cleanup during a rewrite must re-check each delete against 
the full set of rewritten data files, which the per-group 
CollectSafePositionDeletes cannot do on its own. CollectDeadPositionDeletes 
walks the snapshot and returns the position deletes the rewrite makes dead: 
file-scoped ones when their single target is rewritten, partition-scoped ones 
when no surviving data file in their partition predates them (deletion vectors 
stay on the per-group path). The file_path/referenced_data_file resolution it 
shares with isFileScoped is folded into a single referencedDataFilePath helper.


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