xccui commented on code in PR #8070:
URL: https://github.com/apache/hudi/pull/8070#discussion_r1119600872
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -180,7 +180,7 @@ private FlinkOptions() {
public static final ConfigOption<Boolean> METADATA_ENABLED = ConfigOptions
.key("metadata.enabled")
.booleanType()
- .defaultValue(false)
+ .defaultValue(true)
.withDescription("Enable the internal metadata table which serves table
metadata like level file listings, default disabled");
Review Comment:
```suggestion
.withDescription("Enable the internal metadata table which serves
table metadata like level file listings. default enabled");
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]