adutra commented on code in PR #2280: URL: https://github.com/apache/polaris/pull/2280#discussion_r2263140745
########## integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisRestCatalogIntegrationBase.java: ########## @@ -146,11 +148,13 @@ public abstract class PolarisRestCatalogIntegrationBase extends CatalogTests<RES private RESTCatalog restCatalog; private String currentCatalogName; private Map<String, String> restCatalogConfig; - private URI externalCatalogBase; + private URI externalCatalogBaseLocation; Review Comment: FYI I refactored this class a bit, notably to facilitate subclassing, but there is no functional changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org