yiguolei commented on code in PR #23581: URL: https://github.com/apache/doris/pull/23581#discussion_r1309776143
########## be/src/common/config.cpp: ########## @@ -324,7 +324,7 @@ DEFINE_mInt32(data_page_cache_stale_sweep_time_sec, "300"); DEFINE_mInt32(index_page_cache_stale_sweep_time_sec, "600"); DEFINE_mInt32(pk_index_page_cache_stale_sweep_time_sec, "600"); -DEFINE_Bool(enable_low_cardinality_optimize, "true"); +DEFINE_mBool(enable_low_cardinality_optimize, "true"); Review Comment: 这个不要 modify了,可能有风险,可能会core ########## be/src/common/config.cpp: ########## @@ -324,7 +324,7 @@ DEFINE_mInt32(data_page_cache_stale_sweep_time_sec, "300"); DEFINE_mInt32(index_page_cache_stale_sweep_time_sec, "600"); DEFINE_mInt32(pk_index_page_cache_stale_sweep_time_sec, "600"); -DEFINE_Bool(enable_low_cardinality_optimize, "true"); +DEFINE_mBool(enable_low_cardinality_optimize, "true"); Review Comment: 这个不要 modify了,可能有风险,可能会core -- 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