[ 
https://issues.apache.org/jira/browse/HUDI-3699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vova Kolmakov resolved HUDI-3699.
---------------------------------

> flink ConfigOption default desc wrong
> -------------------------------------
>
>                 Key: HUDI-3699
>                 URL: https://issues.apache.org/jira/browse/HUDI-3699
>             Project: Apache Hudi
>          Issue Type: Improvement
>            Reporter: ranqiqiang
>            Priority: Trivial
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
>  
>  
> {code:java}
> //代码占位符
> public class FlinkOptions extends HoodieConfig{
> public static final ConfigOption<Integer> METADATA_COMPACTION_DELTA_COMMITS = 
> ConfigOptions
>     .key("metadata.compaction.delta_commits")
>     .intType()
>     .defaultValue(10)
>     .withDescription("Max delta commits for metadata table to trigger 
> compaction, default 24");
> // defaultValue is 10 ,but  document desc default  is 24! 
> }{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to