eric-maynard commented on code in PR #2158:
URL: https://github.com/apache/polaris/pull/2158#discussion_r2223562288
##########
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) {
+ fileIO.initialize(Map.of());
+ }
+ ;
Review Comment:
;)
```suggestion
```
--
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]