This is an automated email from the ASF dual-hosted git repository.

panxiaolei 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 cd3840dd18a [Chore](scan) set enable_task_executor_in_internal_table 
to false (#55935)
cd3840dd18a is described below

commit cd3840dd18a329e87d4dc0f64f059e0cb7edf64d
Author: Pxl <[email protected]>
AuthorDate: Fri Sep 12 15:04:40 2025 +0800

    [Chore](scan) set enable_task_executor_in_internal_table to false (#55935)
    
    set enable_task_executor_in_internal_table to false
---
 be/src/common/config.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index bbfa8b3ce12..0eb2bd5e6b2 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -315,7 +315,7 @@ 
DEFINE_Validator(task_executor_initial_max_concurrency_per_task, [](const int co
     return true;
 });
 // Enable task executor in internal table scan.
-DEFINE_Bool(enable_task_executor_in_internal_table, "true");
+DEFINE_Bool(enable_task_executor_in_internal_table, "false");
 // Enable task executor in external table scan.
 DEFINE_Bool(enable_task_executor_in_external_table, "true");
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to