danny0405 commented on code in PR #10851:
URL: https://github.com/apache/hudi/pull/10851#discussion_r1529859643
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCleanConfig.java:
##########
@@ -48,29 +48,31 @@
description = "Cleaning (reclamation of older/unused file groups/slices).")
public class HoodieCleanConfig extends HoodieConfig {
- private static final String CLEANER_COMMITS_RETAINED_KEY =
"hoodie.cleaner.commits.retained";
- private static final String CLEANER_HOURS_RETAINED_KEY =
"hoodie.cleaner.hours.retained";
- private static final String CLEANER_FILE_VERSIONS_RETAINED_KEY =
"hoodie.cleaner.fileversions.retained";
+ private static final String CLEANER_COMMITS_RETAINED_KEY =
"hoodie.clean.commits.retained";
+ private static final String CLEANER_HOURS_RETAINED_KEY =
"hoodie.clean.hours.retained";
+ private static final String CLEANER_FILE_VERSIONS_RETAINED_KEY =
"hoodie.clean.fileversions.retained";
public static final ConfigProperty<String> AUTO_CLEAN = ConfigProperty
.key("hoodie.clean.automatic")
.defaultValue("true")
+ .withAlternatives("hoodie.clean.automatic")
Review Comment:
Unnecessary change.
--
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]