[fix](Unique-Key) fix version upgrade caused MOR to become MOW (#22243)
This commit is contained in:
@ -389,7 +389,7 @@ public class TableProperty implements Writable {
|
||||
|
||||
public boolean getEnableUniqueKeyMergeOnWrite() {
|
||||
return Boolean.parseBoolean(properties.getOrDefault(
|
||||
PropertyAnalyzer.ENABLE_UNIQUE_KEY_MERGE_ON_WRITE, "true"));
|
||||
PropertyAnalyzer.ENABLE_UNIQUE_KEY_MERGE_ON_WRITE, "false"));
|
||||
}
|
||||
|
||||
public void setSequenceMapCol(String colName) {
|
||||
|
||||
Reference in New Issue
Block a user