tanmayrauth opened a new pull request, #1218: URL: https://github.com/apache/iceberg-go/pull/1218
A day(...) partition value read as iceberg.Date when encoded as an Avro int with the date logical type, but as a plain int32 when encoded as a legacy Avro int, leaking the Avro encoding to users. Use the manifest's partition spec to normalize day-transform fields to iceberg.Date for both encodings; other integer partition values are unaffected. Closes #1200 -- 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]
