github-actions[bot] commented on code in PR #32789: URL: https://github.com/apache/doris/pull/32789#discussion_r1571726545
########## be/src/pipeline/pipeline_x/pipeline_x_fragment_context.cpp: ########## @@ -486,11 +491,14 @@ Status PipelineXFragmentContext::_create_data_sink(ObjectPool* pool, const TData return Status::OK(); } Review Comment: warning: function '_build_pipeline_x_tasks' exceeds recommended size/complexity thresholds [readability-function-size] ```cpp Status PipelineXFragmentContext::_build_pipeline_x_tasks( ^ ``` <details> <summary>Additional context</summary> **be/src/pipeline/pipeline_x/pipeline_x_fragment_context.cpp:491:** 216 lines including whitespace and comments (threshold 80) ```cpp Status PipelineXFragmentContext::_build_pipeline_x_tasks( ^ ``` </details> -- 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