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

   ## What changed
   
   After decoding the Puffin footer object, require the bounded footer payload 
reader to contain only JSON whitespace before EOF.
   
   ## Why
   
   A single `json.Decoder.Decode` call accepted the first JSON value and 
silently ignored a second value or non-whitespace garbage, even though the 
trailer declared those bytes as part of the footer payload.
   
   Unknown fields within the footer object remain allowed for forward 
compatibility.
   
   ## Testing
   
   - `go test ./puffin`
   - `go vet ./puffin`


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