You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}).
The text was updated successfully, but these errors were encountered:
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}
), soEndpoint.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}
).The text was updated successfully, but these errors were encountered: