eric-maynard commented on code in PR #1688: URL: https://github.com/apache/polaris/pull/1688#discussion_r2110636917
########## quarkus/server/build.gradle.kts: ########## @@ -76,7 +76,13 @@ tasks.register("run") { dependsOn("quarkusRun") } tasks.named<QuarkusRun>("quarkusRun") { jvmArgs = - listOf("-Dpolaris.bootstrap.credentials=POLARIS,root,secret", "-Dquarkus.console.color=true") + listOf( + "-Dpolaris.bootstrap.credentials=POLARIS,root,secret", + "-Dquarkus.console.color=true", + "-Dpolaris.features.\"ALLOW_INSECURE_STORAGE_TYPES\"=true", + "-Dpolaris.features.\"SUPPORTED_CATALOG_STORAGE_TYPES\"=[\"FILE\", \"S3\",\"GCS\",\"AZURE\"]", Review Comment: nit: There's a space after `FILE` but not the other types -- 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