phillipleblanc opened a new pull request, #1087: URL: https://github.com/apache/iceberg-rust/pull/1087
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - Closes #. ## What changes are included in this PR? Fixes an issue reading V1 Iceberg tables created by AWS Glue. The table metadata for V1 tables in Glue don't have the `schema` or `partition-spec` fields that `TableMetadataV1` marks as required. Fix this by making these fields optional and adding a test. ## Are these changes tested? Yes, a new test to verify that a Glue V1 Iceberg table can correctly be parsed into a TableMetadata. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org