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

   ## What changed
   
   Reject `content-offset` and `content-size-in-bytes` on position-delete files 
unless the file format is Puffin.
   
   ## Why
   
   These fields locate a deletion-vector blob inside a Puffin file. The decoder 
required them for Puffin files but accepted them on Parquet, Avro, and ORC 
position-delete files, creating an inconsistent `DataFile`.
   
   ## Testing
   
   - Added cases for offset only, size only, and both fields on a non-Puffin 
position-delete file
   - Existing Puffin and equality-delete validation remains covered
   - `go test ./catalog/rest`


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