adutra commented on code in PR #3658:
URL: https://github.com/apache/polaris/pull/3658#discussion_r2760539214
##########
runtime/service/src/intTest/java/org/apache/polaris/service/it/PolarisRestCatalogMinIOIT.java:
##########
@@ -88,4 +95,15 @@ protected StorageConfigInfo getStorageConfigInfo() {
return storageConfig.build();
}
+
+ @Override
+ protected Map<String, String> extraCatalogProperties(TestInfo testInfo) {
Review Comment:
This is admittedly hacky, but I couldn't find a better way to tweak _just_
this test's `RESTCatalog` without introducing unwanted S3 credentials in all
other tests. Unfortunately we can't annotate the test with `@RestCatalogConfig`
because `endpoint` is computed dynamically.
--
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]