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

kakachen pushed a commit to branch 
revert-58017-enable_task_executor_in_internal_table
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 94a07c81d72859dcbf360477cd66253cac1ffb0c
Author: Qi Chen <[email protected]>
AuthorDate: Wed Nov 19 16:10:18 2025 +0800

    Revert "[Chore](scan) set enable_task_executor_in_internal_table conf's 
defau…"
    
    This reverts commit 2c99d0728d55148bb462959bb900fffa4f34d72c.
---
 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 fa09e641797..7c74629cab9 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -317,7 +317,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