laskoviymishka opened a new pull request, #1136: URL: https://github.com/apache/iceberg-go/pull/1136
Part of #1135. Matches Java's BaseDVFileWriter.delete signature so DV manifest entries can carry the data file's partition record and spec id, unblocking the follow-up that lifts the unpartitioned-only gate in positionDeleteRecordsToDataFiles. First Add for a path captures spec+partition; later Adds append positions only, mirroring Java's computeIfAbsent semantics. Both spec and partitionData are defensively copied on capture (NewPartitionSpecID for spec, maps.Clone for partitionData) so caller mutations between Add and Flush can't silently corrupt the entry, mirroring Java's StructLikeUtil.copy(partition). -- 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]
