You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "ranqiqiang (Jira)" <ji...@apache.org> on 2022/03/24 02:30:00 UTC

[jira] [Created] (HUDI-3699) flink ConfigOption default desc wrong

ranqiqiang created HUDI-3699:
--------------------------------

             Summary: 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


 

 
{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");
// document desc id wrong!
}{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)