[HUDI-3815] Fix docs description of metadata.compaction.delta_commits default value error (#5368)
Co-authored-by: pusheng.li01 <pusheng.li01@liulishuo.com>
This commit is contained in:
@@ -103,7 +103,7 @@ public class FlinkOptions extends HoodieConfig {
|
||||
.key("metadata.compaction.delta_commits")
|
||||
.intType()
|
||||
.defaultValue(10)
|
||||
.withDescription("Max delta commits for metadata table to trigger compaction, default 24");
|
||||
.withDescription("Max delta commits for metadata table to trigger compaction, default 10");
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
// Index Options
|
||||
|
||||
Reference in New Issue
Block a user