fallintoplace opened a new pull request, #1669: URL: https://github.com/apache/iceberg-go/pull/1669
Requirement JSON decoding used ordinary Go value fields, so omitted fields became zero values. A malformed requirement could therefore pass when zero was a valid current ID. The table and view decoders now validate required fields while still accepting explicit zero values and nullable snapshot-id for assert-ref-snapshot-id. Both JSON entry points use the same strict parsing path. Tests: go test ./table ./view -count=1 -- 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]
