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


##########
be/src/exec/pipeline/pipeline_task.h:
##########
@@ -123,7 +123,11 @@ class PipelineTask : public 
std::enable_shared_from_this<PipelineTask> {
     DataSinkOperatorPtr sink() const { return _sink; }
 
     int task_id() const { return _index; };
+    int task_idx() const { return _task_idx; }

Review Comment:
   这里为什么改动了??



-- 
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