EPIC: Implement register_table for catalogs.
Is your feature request related to a problem or challenge?
Currently Catalog trait in iceberg-rs doesn't have register_table to register existing tables to a catalog. This feature can be really helpful when
- Migrating existing tables to a new catalog
- Testing with existing tables
Sub-issues
- [x] Implement register_table for memory catalog
- [x] #1515
- [x] #1516
- [ ] #1517
- [x] #1518
Willingness to contribute
None
We could make this an epic issue and add sub issues for each catalog.
Hi @liurenjie1024 , I've added a list of sub-issues in the description. it seems like I can convert the tasks to issues instead of sub-issues, maybe it's a permission problem
Is somebody working on the rest catalog one? if not Ill take it :)
Hi @gabeiglio , please go ahead, and thanks for jumping on this!
Hi @liurenjie1024 , I've added a list of sub-issues in the description. it seems like I can convert the tasks to issues instead of sub-issues, maybe it's a permission problem
I see they are already issues
The PR is up! @CTTY @liurenjie1024 lmk what you think