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


##########
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:
   This does get rid of the warnings, but aren't the warnings the main feature 
of the @Deprecated annotation?
   
   ref: https://github.com/apache/polaris/pull/1672#discussion_r2107737093



##########
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:
   This does get rid of the warnings, but aren't the warnings the main feature 
of the `@Deprecated` annotation?
   
   ref: https://github.com/apache/polaris/pull/1672#discussion_r2107737093



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to