snazy commented on code in PR #1532:
URL: https://github.com/apache/polaris/pull/1532#discussion_r2075679465
##########
quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/IcebergCatalogTest.java:
##########
@@ -161,10 +161,14 @@ public Map<String, String> getConfigOverrides() {
return Map.of(
"polaris.features.defaults.\"ALLOW_SPECIFYING_FILE_IO_IMPL\"",
"true",
+
"polaris.features.defaults.\"ALLOW_INSECURE_STORAGE_TYPES_ACCEPTING_SECURITY_RISKS\"",
+ "true",
"polaris.features.defaults.\"INITIALIZE_DEFAULT_CATALOG_FILEIO_FOR_TEST\"",
"true",
"polaris.features.defaults.\"SUPPORTED_CATALOG_STORAGE_TYPES\"",
- "[\"FILE\"]");
+ "[\"FILE\",\"S3\"]",
+ "polaris.readiness.ignore-security-issues",
Review Comment:
Yea - but let's defer to a separate PR to clean all those up.
--
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]