1
0

[HUDI-1500] Support replace commit in DeltaSync with commit metadata preserved (#3802)

This commit is contained in:
Sagar Sumit
2021-10-29 22:39:09 +05:30
committed by GitHub
parent 29574af239
commit 5b1992a92d
3 changed files with 17 additions and 10 deletions

View File

@@ -133,7 +133,7 @@ public class HoodieClusteringConfig extends HoodieConfig {
public static final ConfigProperty<Boolean> PRESERVE_COMMIT_METADATA = ConfigProperty
.key("hoodie.clustering.preserve.commit.metadata")
.defaultValue(false)
.defaultValue(true)
.sinceVersion("0.9.0")
.withDocumentation("When rewriting data, preserves existing hoodie_commit_time");