Skip to content

Conversation

@xbattlax
Copy link
Contributor

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

Implement register_table for the Hive Metastore catalog, allowing
registration of existing Iceberg tables by their metadata location.

The implementation reads metadata from the provided location and creates
a corresponding HMS table entry using the existing convert_to_hive_table
helper.

Changes:
- Implement register_table method in HmsCatalog
- Add integration test test_register_table

Partially addresses apache#1893
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant