[fix](simdjson) disable simdjson by default, wait for fix the bug (#12179)
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user