dimas-b commented on code in PR #2158: URL: https://github.com/apache/polaris/pull/2158#discussion_r2223907382
########## integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisRestCatalogIntegrationBase.java: ########## @@ -189,6 +190,15 @@ String[] properties() default { */ protected abstract StorageConfigInfo getStorageConfigInfo(); + /** + * A hook for test sub-classes to initialize {@link FileIO} objects used by test cases thenselves + * for accessing test storage. + */ + protected void initializeClientFileIO(FileIO fileIO) { Review Comment: changed to `MinIO` -- 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