[fix](simdjson) disable simdjson by default, wait for fix the bug (#12179)

This commit is contained in:
Zhengguo Yang
2022-08-30 20:24:46 +08:00
committed by GitHub
parent de4bdc7f6f
commit fdd236cc9b

View File

@ -841,7 +841,7 @@ CONF_Validator(file_cache_type, [](const std::string config) -> bool {
CONF_Int32(s3_transfer_executor_pool_size, "2");
CONF_Bool(enable_time_lut, "true");
CONF_Bool(enable_simdjson_reader, "true");
CONF_Bool(enable_simdjson_reader, "false");
// number of s3 scanner thread pool size
CONF_Int32(doris_remote_scanner_thread_pool_thread_num, "16");