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


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/cluster/ClusteringPlanPartitionFilterMode.java:
##########
@@ -18,12 +18,31 @@
 
 package org.apache.hudi.table.action.cluster;
 
+import org.apache.hudi.common.config.EnumDefault;
+import org.apache.hudi.common.config.EnumDescription;
+import org.apache.hudi.common.config.EnumFieldDescription;
+
 /**
  * Clustering partition filter mode
  */
+@EnumDescription("Partition filter mode used in the creation of clustering 
plan.")
 public enum ClusteringPlanPartitionFilterMode {

Review Comment:
   Really changed these, the documentation was pretty rough and had to read the 
code to figure out what is happening



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