You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/11/12 01:53:39 UTC

[GitHub] [incubator-hudi] 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

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:
users@infra.apache.org


With regards,
Apache Git Services