dimas-b commented on code in PR #1557: URL: https://github.com/apache/polaris/pull/1557#discussion_r2082771350
########## polaris-core/src/main/java/org/apache/polaris/core/config/PolarisConfiguration.java: ########## @@ -34,31 +35,41 @@ public abstract class PolarisConfiguration<T> { private static final Logger LOGGER = LoggerFactory.getLogger(PolarisConfiguration.class); + /** Catalog configs are expected to start with the prefix below: */ + public static String catalogConfigPrefix = "polaris.config."; Review Comment: This is effective private, why not declare `private`? -- 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