jonvex commented on code in PR #7881:
URL: https://github.com/apache/hudi/pull/7881#discussion_r1106014556
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/compact/CompactionTriggerStrategy.java:
##########
@@ -18,15 +18,31 @@
package org.apache.hudi.table.action.compact;
+import org.apache.hudi.common.config.EnumDefault;
+import org.apache.hudi.common.config.EnumDescription;
+import org.apache.hudi.common.config.EnumFieldDescription;
+
+@EnumDescription("Controls when compaction is scheduled")
public enum CompactionTriggerStrategy {
Review Comment:
I just put the comments into these annotations. I'm pretty confused by the
differences between NUM_COMMITS and NUM_COMMITS_AFTER_LAST_REQUEST especially.
I can fix the wording after we figure out what is going on here.
--
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]