This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to tag 2.0.3-rc06 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 8d46eb0e5dcf7acd7f5f7d0bcecee6856f964ed3 Author: Luwei <[email protected]> AuthorDate: Sun Dec 10 10:08:56 2023 +0800 [Fix](schema change) disable convert light schema change (#28205) --- fe/fe-common/src/main/java/org/apache/doris/common/Config.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java index 0594c808307..907d02ffc26 100644 --- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java +++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java @@ -2122,7 +2122,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表时,获取一个数据库中所有表用的时间", "When querying the information_schema.metadata_name_ids table," --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
