Skip to content

Commit

Permalink
[HUDI-2995] Enabling metadata table by default (#4295)
Browse files Browse the repository at this point in the history
- Enabling metadata table by default
  • Loading branch information
manojpec authored Dec 14, 2021
1 parent c8d6bd8 commit bc8bf04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(false)
.defaultValue(true)
.sinceVersion("0.7.0")
.withDocumentation("Enable the internal metadata table which serves table metadata like level file listings");

Expand Down

0 comments on commit bc8bf04

Please sign in to comment.