fallintoplace opened a new pull request, #1661: URL: https://github.com/apache/iceberg-go/pull/1661
Schema JSON decoding currently ignores the top-level type and fields shape, so list JSON or missing fields can be accepted as an empty schema. The decoder now requires type=struct and a non-null fields array before replacing the receiver. Existing duplicate field validation and state replacement behavior remain in place. Tests: - go test . -- 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]
