emkornfield opened a new pull request, #1634: URL: https://github.com/apache/iceberg-rust/pull/1634
## Which issue does this PR close? This is a proposed change allow for reading V1 manifests with a V2 reader. It is currently broken, I suspect Avro might not be doing resolution based on field ID but I need to dig further. - Closes https://github.com/apache/iceberg-rust/issues/1587. ## What changes are included in this PR? - Make V2 required have a default value in case they are missing (defaults are spelled out in the spec). This is the same approach PyIceberg takes. ## Are these changes tested? It appears there was an existing test that was meant to cover this feature but it in fact had a bug where it was just checking v2 round-trip. I updated the test as well. -- 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]
