You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(catalog): Implement register_table for glue catalog (#1568)
## Which issue does this PR close?
- Closes#1515.
## What changes are included in this PR?
* implemented the register_table method in the Glue catalog.
* added an integration test to cover table registration via metadata
location.
## Are these changes tested?
Yes
* cargo build
* cargo test (including new test case for register_table)
I'm new to Rust and to Iceberg, any feedback or suggestions for
improvement are very welcome! 😊
0 commit comments