flyrain commented on code in PR #3735:
URL: https://github.com/apache/polaris/pull/3735#discussion_r2791110291


##########
polaris-core/src/main/java/org/apache/polaris/core/config/PolarisConfiguration.java:
##########
@@ -174,13 +174,16 @@ public Builder<T> catalogConfig(String catalogConfig) {
     }
 
     /**
-     * Used to support backwards compatibility before there were reserved 
properties. Usage of this
-     * method should be removed over time.
-     *
-     * @deprecated Use {@link #catalogConfig()} instead.
+     * @deprecated Use {@link #catalogConfig()} or {@link 
#legacyConfig(String)} instead.

Review Comment:
   ```suggestion
        * @deprecated Use {@link #legacyConfig(String)} instead.
   ```
   I think the later is the one to replace `catalogConfigUnsafe()`



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