[HUDI-1500] Support replace commit in DeltaSync with commit metadata preserved (#3802)
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user