jonvex commented on code in PR #7881:
URL: https://github.com/apache/hudi/pull/7881#discussion_r1106021736


##########
hudi-common/src/main/java/org/apache/hudi/common/table/marker/MarkerType.java:
##########
@@ -19,10 +19,23 @@
 
 package org.apache.hudi.common.table.marker;
 
+import org.apache.hudi.common.config.EnumDefault;
+import org.apache.hudi.common.config.EnumDescription;
+import org.apache.hudi.common.config.EnumFieldDescription;
+
 /**
  * Marker type indicating how markers are stored in the file system.
  */
+@EnumDescription("Marker type indicating how markers are stored in the file 
system.")
 public enum MarkerType {

Review Comment:
   Probably need a bit of help with wording on this 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]

Reply via email to