Skip to content
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

Reenable Polaris and Unity tests in Iceberg #24945

Open
ebyhr opened this issue Feb 7, 2025 · 1 comment
Open

Reenable Polaris and Unity tests in Iceberg #24945

ebyhr opened this issue Feb 7, 2025 · 1 comment
Assignees
Labels
iceberg Iceberg connector

Comments

@ebyhr
Copy link
Member

ebyhr commented Feb 7, 2025

Upcoming 1.8.0 breaks backward compatibility with older REST catalog implementation due to #11756.
We have to disable TestIcebergPolarisCatalogConnectorSmokeTest and TestIcebergUnityRestCatalogConnectorSmokeTest temporarily.

Polaris doesn't return some endpoints in /v1/config response (e.g. HEAD /v1/{prefix}/namespaces/{namespace}), so Endpoint.check method throws UnsupportedOperationException.

Unity doesn't return any endpoints in /v1/config response, so RESTSessionCatalog uses default endpoints. However, Unity doesn't implement some endpoints (e.g. HEAD /v1/{prefix}/namespaces/{namespace}).

@ebyhr
Copy link
Member Author

ebyhr commented Feb 15, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iceberg Iceberg connector
Development

No branches or pull requests

2 participants