HUDI-921 Remove inlineCompactionEvery method in HoodieCompactionConfig.Builder (#1654)
Co-authored-by: Sathyaprakash Govindasamy <sathyaprakashg@zillowgroup.com>
This commit is contained in:
@@ -147,11 +147,6 @@ public class HoodieCompactionConfig extends DefaultHoodieConfig {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Builder inlineCompactionEvery(int deltaCommits) {
|
|
||||||
props.setProperty(INLINE_COMPACT_PROP, String.valueOf(deltaCommits));
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Builder withCleanerPolicy(HoodieCleaningPolicy policy) {
|
public Builder withCleanerPolicy(HoodieCleaningPolicy policy) {
|
||||||
props.setProperty(CLEANER_POLICY_PROP, policy.name());
|
props.setProperty(CLEANER_POLICY_PROP, policy.name());
|
||||||
return this;
|
return this;
|
||||||
|
|||||||
Reference in New Issue
Block a user