yiguolei commented on code in PR #33332:
URL: https://github.com/apache/doris/pull/33332#discussion_r1554992498


##########
be/src/runtime/runtime_state.h:
##########
@@ -623,6 +624,12 @@ class RuntimeState {
 
     int task_id() const { return _task_id; }
 
+    pipeline::PipelineXTask* pipeline_x_task() const;
+
+    void set_pipeline_x_task(pipeline::PipelineXTask* pipeline_x_task) {

Review Comment:
   这个逻辑太hack了,runtime state 保存pipelinex task 不是很合理



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to