flyrain commented on code in PR #3735:
URL: https://github.com/apache/polaris/pull/3735#discussion_r2795185325
##########
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:
yeah, I think we may figure out a deprecation policy that could be used
here. Deprecation without removing does seems a half story. I'm fine with
current one.
--
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]