danny0405 commented on code in PR #13650:
URL: https://github.com/apache/hudi/pull/13650#discussion_r2300675973
##########
hudi-common/src/main/java/org/apache/hudi/common/config/ConfigProperty.java:
##########
@@ -73,6 +77,7 @@ public class ConfigProperty<T> implements Serializable {
this.doc = doc;
this.sinceVersion = sinceVersion;
this.deprecatedVersion = deprecatedVersion;
+ this.supportedVersions = supportedVersions;
Review Comment:
the function has overlapping with `sinceVersion` and also hard to maintain
because every major/minor release needs an update for this, doc it well in the
`doc` should be enough?
--
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]