n3nash commented on a change in pull request #2359:
URL: https://github.com/apache/hudi/pull/2359#discussion_r553170553
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCompactionConfig.java
##########
@@ -260,6 +264,11 @@ public Builder withCleanBootstrapBaseFileEnabled(Boolean
cleanBootstrapSourceFil
return this;
}
+ public Builder
withCleanFailedWritesPolicy(HoodieFailedWritesCleaningPolicy
failedWritesPolicy) {
Review comment:
Done, is there an easy way to generate a with... for these variables ?
I'm manually typing them hence end up introducing errors.
----------------------------------------------------------------
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]