n3nash commented on a change in pull request #2731:
URL: https://github.com/apache/hudi/pull/2731#discussion_r602734627



##########
File path: 
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCompactionConfig.java
##########
@@ -108,7 +108,7 @@
   public static final String COMPACTION_REVERSE_LOG_READ_ENABLED_PROP = 
"hoodie.compaction.reverse.log.read";
   public static final String DEFAULT_COMPACTION_REVERSE_LOG_READ_ENABLED = 
"false";
   private static final String DEFAULT_CLEANER_POLICY = 
HoodieCleaningPolicy.KEEP_LATEST_COMMITS.name();
-  public static final String FAILED_WRITES_CLEANER_POLICY_PROP = 
"hoodie.failed.writes.cleaner.policy";
+  public static final String FAILED_WRITES_CLEANER_POLICY_PROP = 
"hoodie.cleaner.policy.failed.writes";

Review comment:
       I'm renaming this to a more standardized name so it's easy to understand 
cleaner configs. This is NOT a bug or typo.




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


Reply via email to