-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Support managing tables with multiple formats under one Catalog #1061
Closed
2 tasks done
Closed
2 tasks done
Labels
Comments
baiyangtx
changed the title
[Core][Feature]: Support different table format in the same catalog.
[Feature]: Catalog and mixed-format refactor to decoupling mixed-format and catalog type
Apr 13, 2023
This was referenced Apr 13, 2023
Closed
zhoujinsong
changed the title
[Feature]: Catalog and mixed-format refactor to decoupling mixed-format and catalog type
[Feature]: Support managing tables with multiple formats under one Catalog
Apr 17, 2023
This was referenced Apr 17, 2023
The design doc is here. https://docs.google.com/document/d/1Q5O2WAlHqGiWM43GbJoDvmoiejAy5DZUpXmIliYLP0k/edit# |
3 tasks
2 tasks
This was referenced Oct 19, 2023
3 tasks
3 tasks
3 tasks
This was referenced Mar 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently, Table formats are strongly correlated with Catalog type, which makes the Arctic hard to use in some production situations.
We should support managing all types of table formats if the catalog type is able to create the table.
Use case/motivation
Catalog(type=hive)support TableTypes:
org.apache.iceberg.hive.HiveCatalog
as implement.Catalog(type=arctic) support TableTypes:
RoadMap
Milestone 0.5.0
Introduce the concept of the InternalCatalog and ExternalCatalog
Implement the
Mixed-Iceberg
format above on theIceberg
format in any catalog typeMake AMS as an Iceberg Catalog provider via implement RestCatalogAPI
Milestone 0.5.0 later
support mixed-hive and mixed-iceberg in same catalog(Milestone 0.5.0 later)
Support all types of table formats in the same internal catalog.
iceberg
format andmixed-iceberg
format in InternalCatalog #1338Make engines support unified catalog
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: