We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a01f45 commit ba292fcCopy full SHA for ba292fc
polaris-core/src/main/java/org/apache/polaris/core/rest/PolarisEndpoints.java
@@ -55,6 +55,6 @@ public static Set<Endpoint> getSupportedGenericTableEndpoints(CallContext callCo
55
.getConfiguration(
56
callContext.getPolarisCallContext(), FeatureConfiguration.ENABLE_GENERIC_TABLES);
57
58
- return genericTableEnabled ? PolarisEndpoints.GENERIC_TABLE_ENDPOINTS : ImmutableSet.of();
+ return genericTableEnabled ? GENERIC_TABLE_ENDPOINTS : ImmutableSet.of();
59
}
60
0 commit comments