stevie9868 opened a new pull request, #1558: URL: https://github.com/apache/iceberg-rust/pull/1558
## Which issue does this PR close? `Closes #1555` ## What changes are included in this PR? Make `create_table` operation in all the following catalogs Glue, HMS,S3Table,Sql to use MetadataLocation::new_with_table_location when creating the metadata_locations Note looks like previously the sqlCatalog generates a wrong format of the metadata.json where it does not padding with 5 zero for the first metadata.json and instead it just pad one 0. ## Are these changes tested? Existing tests -- 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]
