1
0

HUDI-921 Remove inlineCompactionEvery method in HoodieCompactionConfig.Builder (#1654)

Co-authored-by: Sathyaprakash Govindasamy <sathyaprakashg@zillowgroup.com>
This commit is contained in:
sathyaprakashg
2020-05-24 01:09:18 -07:00
committed by GitHub
parent 45acccdb8a
commit d3edac4612

View File

@@ -147,11 +147,6 @@ public class HoodieCompactionConfig extends DefaultHoodieConfig {
return this;
}
public Builder inlineCompactionEvery(int deltaCommits) {
props.setProperty(INLINE_COMPACT_PROP, String.valueOf(deltaCommits));
return this;
}
public Builder withCleanerPolicy(HoodieCleaningPolicy policy) {
props.setProperty(CLEANER_POLICY_PROP, policy.name());
return this;