Skip to content

Commit

Permalink
[HUDI-3815] Fix docs description of metadata.compaction.delta_commits…
Browse files Browse the repository at this point in the history
… default value error (apache#5368)

Co-authored-by: pusheng.li01 <pusheng.li01@liulishuo.com>
  • Loading branch information
2 people authored and yihua committed Jun 3, 2022
1 parent 77e277a commit c5089da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private FlinkOptions() {
.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
Expand Down

0 comments on commit c5089da

Please sign in to comment.