gh-yzou commented on code in PR #1758: URL: https://github.com/apache/polaris/pull/1758#discussion_r2121966724
########## polaris-core/src/main/java/org/apache/polaris/core/config/PolarisConfigurationStore.java: ########## @@ -43,6 +44,11 @@ public interface PolarisConfigurationStore { * @param configName the name of the configuration key to check * @return the current value set for the configuration key or null if not set * @param <T> the type of the configuration value + * <p>This function needs to be used with caution, it can not be called outside of active Review Comment: updated -- 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