[HUDI-2552] Fixing some test failures to unblock broken CI master (#3793)
This commit is contained in:
committed by
GitHub
parent
e6711b171a
commit
cff384d23f
@@ -71,7 +71,7 @@ public final class HoodieMetadataConfig extends HoodieConfig {
|
||||
// Maximum delta commits before compaction occurs
|
||||
public static final ConfigProperty<Integer> COMPACT_NUM_DELTA_COMMITS = ConfigProperty
|
||||
.key(METADATA_PREFIX + ".compact.max.delta.commits")
|
||||
.defaultValue(10)
|
||||
.defaultValue(24)
|
||||
.sinceVersion("0.7.0")
|
||||
.withDocumentation("Controls how often the metadata table is compacted.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user