[Fix](schema change) disable convert light schema change (#28205) (#29300)

This commit is contained in:
Luwei
2023-12-31 17:02:15 +08:00
committed by GitHub
parent cc40cdf2d4
commit 3c6c652997

View File

@ -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表时,获取一个数据库中所有表用的时间",