File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
integration-tests/src/main/java/org/apache/polaris/service/it/ext Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -164,13 +164,9 @@ private void applySingleCatalogConfig(CatalogConfig catalog) {
164164
165165 // Add endpoint configuration
166166 Preconditions .checkNotNull (catalog .endpoints , "endpoints is required" );
167- builder
168- .config (
169- String .format ("spark.sql.catalog.%s.uri" , catalog .catalogName ),
170- catalog .endpoints .catalogApiEndpoint ().toString ())
171- .config (
172- String .format ("spark.sql.catalog.%s.header.realm" , catalog .catalogName ),
173- catalog .endpoints .realmId ());
167+ builder .config (
168+ String .format ("spark.sql.catalog.%s.uri" , catalog .catalogName ),
169+ catalog .endpoints .catalogApiEndpoint ().toString ());
174170
175171 // Add token configuration
176172 if (catalog .token != null ) {
You can’t perform that action at this time.
0 commit comments