-
Notifications
You must be signed in to change notification settings - Fork 132
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 REQUEST] Support endpoints field in the config endpoint #383
base: main
Are you sure you want to change the base?
Conversation
import org.apache.iceberg.rest.responses.ConfigResponse; | ||
|
||
// TODO: Replace with Iceberg's ConfigResponse after integrating Iceberg 1.7.0 | ||
// Related PR: https://github.com/apache/iceberg/pull/10929#issuecomment-2418591566 |
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.
Does it make sense to hold off until 1.7.0?
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.
Yes, we will hold if off until 17.0 based on the discussion here: #316
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Make a comment to prevent this PR being deleted, still wait for the integration of Iceberg 1.7.0 |
Description
As the endpoints field was introduced in Iceberg REST spec recently to describe the server capabilities in
/v1/config
, Polaris can align with this change by extending the catalog config API to include the endpoints field.Fixes #316
Included Changes:
rest-catalog-open-api.yaml
configIcebergCatalogAdapter
ConfigResponse
andResourcePaths
as a temp workaround before integrated with Iceberg 1.70TODO
Since the latest changes related to endpoints are not yet released (currently at version 1.6.1) and are planned for release in 1.7.0, we need to replace the two extended classes with the Iceberg's implementations after the upgrade.
Related PR: apache/iceberg#10929
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist:
Please delete options that are not relevant.