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

   ## What changed
   
   Reject nil primary, positional-delete, equality-delete, and deletion-vector 
files when encoding a `FileScanTask`.
   
   ## Why
   
   The shared spec ID check called `SpecID` without checking the interface 
value first. Malformed tasks containing a nil file therefore panicked instead 
of returning the codec error expected by callers.
   
   ## Testing
   
   - Added coverage for the primary file and all three secondary file lists
   - `go test ./codec`


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