Revanth14 opened a new pull request, #1284: URL: https://github.com/apache/iceberg-go/pull/1284
## Summary Adds a cross-implementation schema JSON fixture to pin the Iceberg geo type-string wire format. The fixture includes: - `geometry(srid:3857)` - `geography(srid:4269, karney)` The new test loads the fixture, unmarshals and re-marshals it through Go, then compares the raw emitted JSON `type` string literals byte-for-byte instead of using `assert.JSONEq`. ## Why Existing geo tests validated JSON equivalence, but did not pin the exact type strings that other Iceberg clients parse. This locks the current wire format before more geo-related work builds on it. Fixes #1271. ## Testing ```sh 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]
