This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new fdd236cc9b [fix](simdjson) disable simdjson by default, wait for fix the bug (#12179) fdd236cc9b is described below commit fdd236cc9bc3d1ef3b0b750b0f7d786affa486aa Author: Zhengguo Yang <yangz...@gmail.com> AuthorDate: Tue Aug 30 20:24:46 2022 +0800 [fix](simdjson) disable simdjson by default, wait for fix the bug (#12179) --- be/src/common/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/common/config.h b/be/src/common/config.h index fa84f5e11a..787c5b5513 100644 --- a/be/src/common/config.h +++ b/be/src/common/config.h @@ -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"); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org