We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a998586 commit fcad9beCopy full SHA for fcad9be
1 file changed
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java
@@ -103,8 +103,8 @@ private FlinkOptions() {
103
public static final ConfigOption<Boolean> METADATA_ENABLED = ConfigOptions
104
.key("metadata.enabled")
105
.booleanType()
106
- .defaultValue(false)
107
- .withDescription("Enable the internal metadata table which serves table metadata like level file listings, default false");
+ .defaultValue(true)
+ .withDescription("Enable the internal metadata table which serves table metadata like level file listings, default enabled");
108
109
public static final ConfigOption<Integer> METADATA_COMPACTION_DELTA_COMMITS = ConfigOptions
110
.key("metadata.compaction.delta_commits")
0 commit comments