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 7c7e257 commit 4fb7967Copy full SHA for 4fb7967
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java
@@ -222,7 +222,7 @@ protected void initializeCatalog() {
222
Instance<ExternalCatalogFactory> externalCatalogFactory =
223
externalCatalogFactories.select(
224
Identifier.Literal.of(connectionType.getFactoryIdentifier()));
225
- if (!externalCatalogFactory.isUnsatisfied()) {
+ if (externalCatalogFactory.isResolvable()) {
226
federatedCatalog =
227
externalCatalogFactory
228
.get()
0 commit comments