the-other-tim-brown commented on code in PR #12943:
URL: https://github.com/apache/hudi/pull/12943#discussion_r1986185731
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCleanConfig.java:
##########
@@ -67,6 +63,31 @@ public class HoodieCleanConfig extends HoodieConfig {
.withDocumentation("Only applies when " + AUTO_CLEAN.key() + " is turned
on. "
+ "When turned on runs cleaner async with writing, which can speed
up overall write performance.");
+ public static final ConfigProperty<String> CLEANER_COMMITS_RETAINED =
ConfigProperty
Review Comment:
Ordering needed to change so the key and alternatives could be referenced in
the inference below
--
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]