wenzhenghu commented on code in PR #60559:
URL: https://github.com/apache/doris/pull/60559#discussion_r2780209056


##########
be/src/pipeline/pipeline_fragment_context.h:
##########
@@ -95,6 +95,8 @@ class PipelineFragmentContext : public TaskExecutionContext {
 
     [[nodiscard]] int get_fragment_id() const { return _fragment_id; }
 
+    RuntimeState* get_runtime_state() { return _runtime_state.get(); }

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