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


##########
polaris-core/src/main/java/org/apache/polaris/core/config/FeatureConfiguration.java:
##########
@@ -83,6 +83,7 @@ public static void enforceFeatureEnabledOrThrow(
           .defaultValue(false)
           .buildFeatureConfiguration();
 
+  @SuppressWarnings("deprecation")

Review Comment:
   There's already a log to remind users to remove the configs, so we are 
covered from that perspective. This was more intended to nag maintainers to 
remove the deprecated method at some point in time. Otherwise, why deprecate 
methods? Will we always add this suppression when a method is deprecated?



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

Reply via email to