yiguolei commented on code in PR #23616: URL: https://github.com/apache/doris/pull/23616#discussion_r1308812731
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -2136,4 +2136,10 @@ public class Config extends ConfigBase { @ConfField public static int table_stats_health_threshold = 80; + + @ConfField(description = { + "暂时性配置项,开启后会自动将所有的olap表修改为可light schema change", + "temporary config filed, will make all olap tables enable light schema change" + }) + public static boolean enable_global_light_schema_change = true; Review Comment: enable_convert_light_weight_schema_change -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org