[feature](merge-on-write) enable by default (#15920)

This commit is contained in:
zhannngchen
2023-01-17 11:15:42 +08:00
committed by GitHub
parent 1ea11aa120
commit b6d9e73c59

View File

@ -270,7 +270,7 @@ public class TableProperty implements Writable {
public boolean getEnableUniqueKeyMergeOnWrite() {
return Boolean.parseBoolean(properties.getOrDefault(
PropertyAnalyzer.ENABLE_UNIQUE_KEY_MERGE_ON_WRITE, "false"));
PropertyAnalyzer.ENABLE_UNIQUE_KEY_MERGE_ON_WRITE, "true"));
}
public void setSequenceMapCol(String colName) {