Revanth14 opened a new pull request, #1464: URL: https://github.com/apache/iceberg-go/pull/1464
Fixes #1309 ## Summary - preserve present-but-empty `partitions` arrays when inherited manifest-list entries are rewritten - keep genuinely absent partition summaries encoded as Avro null - leave populated partition summaries unchanged - add unit and end-to-end coverage for `AddFiles` after a copy-on-write `Delete` The regression occurred because an empty Avro array decoded as a non-nil pointer containing a nil Go slice. Re-encoding that value selected the null union branch, which strict readers such as Redshift Spectrum reject. ## Testing - `go vet . ./table` - `go test . -run '^TestManifests$' -count=1` - `go test ./table -count=1 -timeout=3m` -- 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]
