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


##########
hudi-common/src/main/java/org/apache/hudi/common/bloom/BloomFilterTypeCode.java:
##########
@@ -18,11 +18,21 @@
 
 package org.apache.hudi.common.bloom;
 
+import org.apache.hudi.common.config.EnumDefault;
+import org.apache.hudi.common.config.EnumDescription;
+import org.apache.hudi.common.config.EnumFieldDescription;
+
 /**
  * Bloom filter type codes.
  * Please do not change the order of the entries.
  */
+@EnumDescription("Filter type used by Bloom filter")
 public enum BloomFilterTypeCode {

Review Comment:
   Need more detail in these descriptions



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