eric-maynard commented on code in PR #165:
URL: https://github.com/apache/polaris/pull/165#discussion_r1746642031


##########
polaris-core/src/main/java/org/apache/polaris/core/PolarisConfiguration.java:
##########
@@ -150,4 +152,17 @@ public static <T> Builder<T> builder() {
               "If set to true, allows tables to have external locations 
outside the default structure.")
           .defaultValue(false)
           .build();
+
+  public static final PolarisConfiguration<List<String>> 
SUPPORTED_CATALOG_STORAGE_TYPES =

Review Comment:
   It seems to have trouble parsing even to things like Boolean, so I'm not 
sure. If we do change this later, it shouldn't be a user-facing change in any 
event



-- 
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]

Reply via email to