Skip to content

Commit

Permalink
[chore](light-schema-change) Enable light scghema change by force
Browse files Browse the repository at this point in the history
  • Loading branch information
TangSiyang2001 committed Oct 22, 2024
1 parent 15803e8 commit 66f7f63
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,11 @@ public TCompressionType getCompressionType() {
return compressionType;
}

/**
* Enable light schema change by force, no matter what users set
*/
public boolean getUseSchemaLightChange() {
return enableLightSchemaChange;
return true;
}

public void setEnableUniqueKeyMergeOnWrite(boolean enable) {
Expand Down

0 comments on commit 66f7f63

Please sign in to comment.