vinothchandar commented on a change in pull request #1008: [HUDI-80] Leverage 
Commit metadata to figure out partitions to be cleaned for Cleaning by commits 
mode
URL: https://github.com/apache/incubator-hudi/pull/1008#discussion_r344984583
 
 

 ##########
 File path: 
hudi-client/src/main/java/org/apache/hudi/config/HoodieCompactionConfig.java
 ##########
 @@ -43,6 +43,7 @@
   public static final String INLINE_COMPACT_NUM_DELTA_COMMITS_PROP = 
"hoodie.compact.inline.max" + ".delta.commits";
   public static final String CLEANER_FILE_VERSIONS_RETAINED_PROP = 
"hoodie.cleaner.fileversions" + ".retained";
   public static final String CLEANER_COMMITS_RETAINED_PROP = 
"hoodie.cleaner.commits.retained";
+  public static final String CLEANER_INCREMENTAL_MODE = 
"hoodie.cleaner.incremental";
 
 Review comment:
   rename `hoodie.cleaner.incremental.mode` 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to