Skip to content

Commit

Permalink
[Fix](schema change) disable convert light schema change (#28205) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
luwei16 authored Dec 31, 2023
1 parent cc40cdf commit 3c6c652
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ public class Config extends ConfigBase {
"暂时性配置项,开启后会自动将所有的olap表修改为可light schema change",
"temporary config filed, will make all olap tables enable light schema change"
})
public static boolean enable_convert_light_weight_schema_change = true;
public static boolean enable_convert_light_weight_schema_change = false;

@ConfField(mutable = true, masterOnly = false, description = {
"查询information_schema.metadata_name_ids表时,获取一个数据库中所有表用的时间",
Expand Down

0 comments on commit 3c6c652

Please sign in to comment.