kaijchen commented on code in PR #28974: URL: https://github.com/apache/doris/pull/28974#discussion_r1437422758
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -523,9 +523,9 @@ public class Config extends ConfigBase { "Default pre-commit timeout for stream load job, in seconds."}) public static int stream_load_default_precommit_timeout_second = 3600; // 3600s - @ConfField(mutable = true, masterOnly = true, description = {"Stream Load 是否默认打开 memtable 前移", - "Whether to enable memtable on sink node by default in stream load"}) - public static boolean stream_load_default_memtable_on_sink_node = false; + @ConfField(mutable = true, masterOnly = true, description = {"导入是否默认打开 memtable 前移", Review Comment: this config does not affect insert into -- 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