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)

Reply via email to