Skip to content

Commit

Permalink
[HUDI-2995] Enabling metadata table by default
Browse files Browse the repository at this point in the history
 - Enabling metadata table by default
  • Loading branch information
manojpec committed Dec 13, 2021
1 parent e8473b9 commit 774e98c
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 774e98c

Please sign in to comment.