eric-maynard commented on code in PR #1838: URL: https://github.com/apache/polaris/pull/1838#discussion_r2143212026
########## polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java: ########## @@ -217,6 +217,7 @@ public static void enforceFeatureEnabledOrThrow( public static final PolarisConfiguration<Boolean> LIST_PAGINATION_ENABLED = PolarisConfiguration.<Boolean>builder() .key("LIST_PAGINATION_ENABLED") + .catalogConfig("polaris.config.list-pagination-enabled") Review Comment: If we add the catalog config here, we need to pass the catalog in when the flag is actually used to get a config value -- 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