-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[core] (work in progress) Iceberg REST #5621
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
Conversation
@ParameterizedTest | ||
// TODO add other file types back | ||
@ValueSource(strings = {"avro"}) | ||
public void testIcebergRESTCatalog(String format) throws Exception { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is an example. It does not pass.
tEnv.executeSql( | ||
"CREATE CATALOG iceberg WITH (\n" | ||
+ " 'type' = 'iceberg',\n" | ||
+ " 'catalog-type' = 'rest',\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Iceberg rest catalog
Thanks @nickdelnano for the proposal! +1 to your analysis, implement an |
Issue: #4394
EDIT:
This PR was created to investigate Iceberg REST and is incomplete. See the comments on #4394 for up to date information.
Design decisions
My personal motivation is to get Iceberg REST working with the REST catalog servers provided by Apache Polaris and AWS Glue but I also want to support the community's interests.