RussellSpitzer commented on code in PR #2280: URL: https://github.com/apache/polaris/pull/2280#discussion_r2283324619
########## 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: Minor request here, but you could pull this and the new IntegerationTest Helpers out into a separate PR and reduce the size of this PR by a bit. I think that would also be a very fast review -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
