laskoviymishka opened a new issue, #1012: URL: https://github.com/apache/iceberg-go/issues/1012
Parent: #589 Metadata storage for `partition-statistics` exists and is exposed via `Metadata.PartitionStatistics()`, but there is no round-trip coverage against a Java-produced v3 `metadata.json` containing partition-statistics entries. The cross-client wire-format guarantee is unpinned today. Generate (or copy from `apache/iceberg` testdata) a v3 `metadata.json` with at least one `partition-statistics` entry and check it into `table/testdata/`. Load it via the existing parser, re-serialize, assert byte-equivalent JSON. Test fails today if a field is silently dropped during round-trip. Pairs naturally with #1005 (zstd codec round-trip) — the testdata layout pattern is the same. -- 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]
