[HUDI-2933] DISABLE Metadata table by default (#4213)
This commit is contained in:
@@ -44,7 +44,7 @@ public final class HoodieMetadataConfig extends HoodieConfig {
|
||||
// Enable the internal Metadata Table which saves file listings
|
||||
public static final ConfigProperty<Boolean> ENABLE = ConfigProperty
|
||||
.key(METADATA_PREFIX + ".enable")
|
||||
.defaultValue(true)
|
||||
.defaultValue(false)
|
||||
.sinceVersion("0.7.0")
|
||||
.withDocumentation("Enable the internal metadata table which serves table metadata like level file listings");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user