flyrain commented on code in PR #1438: URL: https://github.com/apache/polaris/pull/1438#discussion_r2060637918
########## service/common/src/main/java/org/apache/polaris/service/catalog/policy/PolicyCatalogHandler.java: ########## @@ -72,6 +73,8 @@ public PolicyCatalogHandler( @Override protected void initializeCatalog() { + FeatureConfiguration.enforceFeatureEnabledOrThrow( + callContext, FeatureConfiguration.ENABLE_POLICY_STORE); Review Comment: I'm OK if we want to do it in a followup to make changes everywhere including Generic Table impl., etc. -- 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