Gabriel39 commented on code in PR #27829: URL: https://github.com/apache/doris/pull/27829#discussion_r1420064183
########## be/src/pipeline/pipeline_x/pipeline_x_fragment_context.cpp: ########## @@ -451,43 +453,66 @@ Status PipelineXFragmentContext::_build_pipeline_tasks( const doris::TPipelineFragmentParams& request) { _total_tasks = 0; int target_size = request.local_params.size(); - _runtime_states.resize(target_size); _tasks.resize(target_size); + auto& pipeline_id_to_profile = _runtime_state->_pipeline_id_to_profile; Review Comment: ```suggestion auto& pipeline_id_to_profile = _runtime_state->pipeline_id_to_profile(); ``` -- 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