diff --git a/src/sql/engine/ob_exec_context.h b/src/sql/engine/ob_exec_context.h index cc24b6aa47..50a62080e5 100644 --- a/src/sql/engine/ob_exec_context.h +++ b/src/sql/engine/ob_exec_context.h @@ -603,7 +603,7 @@ protected: // expression evaluating allocator common::ObArenaAllocator eval_res_allocator_; common::ObArenaAllocator eval_tmp_allocator_; - ObSEArray temp_ctx_; + ObTMArray temp_ctx_; // 用于 NLJ 场景下对右侧分区表 TSC 扫描做动态 pruning ObGIPruningInfo gi_pruning_info_;