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

   Lifts the IsUnpartitioned() gate in positionDeleteRecordsToDataFiles so all 
v3+ writes go through the DV path, and threads partitionContextByFilePath into 
positionDeleteRecordsToDataFilesDV: each row's (specID, partitionData) is 
looked up per data file and passed to DVWriter.Add (groundwork: #1136), so 
output DataFile manifest entries carry the source data file's partition record.
   
   A missing partition context is treated as a programming error rather than 
silently producing a default-partition entry, matching Java's BaseDVFileWriter 
contract.
   
   The now-unreachable v3 "prefer deletion vectors" slog.Warn is removed.
   
   Closes #1135.


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