yihua commented on code in PR #18322:
URL: https://github.com/apache/hudi/pull/18322#discussion_r3036400021
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCleanConfig.java:
##########
@@ -244,6 +244,13 @@ public class HoodieCleanConfig extends HoodieConfig {
+ "This can be useful for very large tables to avoid OOM issues
during cleaning. "
+ "If both this config and " + CLEAN_PARTITION_FILTER_REGEX_KEY + "
are set, the selected partitions take precedence.");
+ public static final ConfigProperty<Long> MAX_COMMITS_TO_CLEAN =
ConfigProperty
Review Comment:
🤖 nit: the documentation string uses "Maximum Number" but should follow the
standard pattern with lowercase: "Maximum number of commits to clean in one
clean commit."
--
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]