jonvex commented on code in PR #7881:
URL: https://github.com/apache/hudi/pull/7881#discussion_r1163391536
##########
hudi-common/src/test/java/org/apache/hudi/common/config/TestConfigProperty.java:
##########
@@ -171,4 +171,28 @@ public void testAdvancedValue() {
assertTrue(FAKE_BOOLEAN_CONFIG.markAdvanced().isAdvanced());
assertTrue(FAKE_BOOLEAN_CONFIG_NO_DEFAULT.markAdvanced().isAdvanced());
}
+
+ @EnumDescription("Test enum description.")
+ public enum TestEnum {
Review Comment:
That has to happen in the getter and/or the setter, it won't happen in
configproperty
--
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]