Skip to content

Commit 59c85e3

Browse files
Add SUPPORTED_CATALOG_CONNECTION_TYPES config
1 parent 1ea45bc commit 59c85e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/spark-tests/src/intTest/java/org/apache/polaris/service/spark/it/CatalogFederationIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public static class CatalogFederationProfile implements QuarkusTestProfile {
3333
public Map<String, String> getConfigOverrides() {
3434
return Map.of(
3535
"polaris.features.\"ENABLE_CATALOG_FEDERATION\"", "true",
36+
"polaris.features.\"SUPPORTED_CATALOG_CONNECTION_TYPES\"", "[\"ICEBERG_REST\"]",
3637
"polaris.features.\"ALLOW_OVERLAPPING_CATALOG_URLS\"", "true");
3738
}
3839
}

0 commit comments

Comments
 (0)