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_r344984837
 
 

 ##########
 File path: 
hudi-client/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
 ##########
 @@ -239,6 +239,10 @@ public boolean isAutoClean() {
     return 
Boolean.parseBoolean(props.getProperty(HoodieCompactionConfig.AUTO_CLEAN_PROP));
   }
 
+  public boolean isIncrementalCleaner() {
 
 Review comment:
   rename `incrementalCleanerModeEnabled` 

----------------------------------------------------------------
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