marvinlanhenke commented on issue #113: URL: https://github.com/apache/iceberg-rust/issues/113#issuecomment-1986952590
@Xuanwo @liurenjie1024 I'm currently looking at the table operations in particular `create_table` and I'm having some trouble understanding the handling of the metadata. Looking at the `REST-Catalog` implementation, I don't see any metadata.json actually being written (physically)? Is this correct or am I missing something? Can I also assume we don't have some `MetadataFileWriter` yet? So what would be the scope or the responsibility of the HMS Catalog Impl? In the Python impl for example, the metadata.json is written before the table is created in the catalog https://github.com/apache/iceberg-python/blob/main/pyiceberg/catalog/hive.py#L309 -- 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]
