xbattlax opened a new pull request, #2023: URL: https://github.com/apache/iceberg-rust/pull/2023
## Summary Implement `register_table` for the Hive Metastore catalog, allowing registration of existing Iceberg tables by their metadata location. ### Changes - Implement `register_table` method in `HmsCatalog` - Add integration test `test_register_table` ### Notes This is part of the HMS full support epic (#1893). The implementation reuses the existing `convert_to_hive_table` helper and follows the same pattern as Glue/SQL catalogs. Partially addresses #1893 -- 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]
