Gabriel39 commented on code in PR #44850: URL: https://github.com/apache/doris/pull/44850#discussion_r1870536387
########## be/src/runtime/runtime_state.h: ########## @@ -317,6 +317,12 @@ class RuntimeState { int per_fragment_instance_idx() const { return _per_fragment_instance_idx; } + const pipeline::PipelineFragmentContext* fragment_context() const { return _fragment_context; } Review Comment: Get this from pipeline 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org