yihua commented on code in PR #7869:
URL: https://github.com/apache/hudi/pull/7869#discussion_r1133463669


##########
hudi-common/src/main/java/org/apache/hudi/common/config/ConfigProperty.java:
##########
@@ -171,8 +185,8 @@ public static PropertyBuilder key(String key) {
   @Override
   public String toString() {
     return String.format(
-        "Key: '%s' , default: %s description: %s since version: %s deprecated 
after: %s)",
-        key, defaultValue, doc, sinceVersion.isPresent() ? sinceVersion.get() 
: "version is not defined",
+        "Key: '%s' , default: %s , isAdvanced: %s , description: %s since 
version: %s deprecated after: %s )",

Review Comment:
   nit: remove space at the end.



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