This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.1 by this push:
new 2278cdce8a4 branch-4.1: [opt](config) set
enable_task_executor_in_internal_table to true (#61399)
2278cdce8a4 is described below
commit 2278cdce8a4dfdad3680aebe4960bfe5ab3e307c
Author: Mingyu Chen (Rayner) <[email protected]>
AuthorDate: Mon Mar 16 16:27:30 2026 -0700
branch-4.1: [opt](config) set enable_task_executor_in_internal_table to
true (#61399)
bp rest of #58273
---
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 334320c9666..d8f5cbdda63 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -308,7 +308,7 @@ DEFINE_Int32(task_executor_max_concurrency_per_task, "-1");
DEFINE_Int32(task_executor_initial_max_concurrency_per_task, "-1");
// Enable task executor in internal table scan.
-DEFINE_Bool(enable_task_executor_in_internal_table, "false");
+DEFINE_Bool(enable_task_executor_in_internal_table, "true");
// 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]