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

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 0be4d2b3cab branch-3.0: [fix](tracker) Missing attaching task in fold 
constant executor #49405 (#49423)
0be4d2b3cab is described below

commit 0be4d2b3cab3fadb0601d69b58daf5bde40ca825
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 27 17:45:32 2025 +0800

    branch-3.0: [fix](tracker) Missing attaching task in fold constant executor 
#49405 (#49423)
    
    Cherry-picked from #49405
    
    Co-authored-by: Jerry Hu <hushengg...@selectdb.com>
---
 be/src/runtime/fold_constant_executor.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/runtime/fold_constant_executor.cpp 
b/be/src/runtime/fold_constant_executor.cpp
index 6369c28ea56..d952b758570 100644
--- a/be/src/runtime/fold_constant_executor.cpp
+++ b/be/src/runtime/fold_constant_executor.cpp
@@ -81,7 +81,7 @@ Status FoldConstantExecutor::fold_constant_vexpr(const 
TFoldConstantParams& para
     // init
     RETURN_IF_ERROR(_init(query_globals, params.query_options));
     // only after init operation, _mem_tracker is ready
-    SCOPED_SWITCH_THREAD_MEM_TRACKER_LIMITER(_mem_tracker);
+    SCOPED_ATTACH_TASK(_mem_tracker);
 
     for (const auto& m : expr_map) {
         PExprResultMap pexpr_result_map;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to