github-actions[bot] commented on code in PR #32789:
URL: https://github.com/apache/doris/pull/32789#discussion_r1537419225
##########
be/src/pipeline/pipeline_x/pipeline_x_fragment_context.cpp:
##########
@@ -479,11 +480,14 @@
return Status::OK();
}
-Status PipelineXFragmentContext::_build_pipeline_tasks(
- const doris::TPipelineFragmentParams& request) {
+Status PipelineXFragmentContext::_build_pipeline_x_tasks(
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:482:** 220
lines including whitespace and comments (threshold 80)
```cpp
Status PipelineXFragmentContext::_build_pipeline_x_tasks(
^
```
</details>
##########
be/src/pipeline/pipeline_x/pipeline_x_fragment_context.cpp:
##########
@@ -162,7 +162,8 @@ void PipelineXFragmentContext::cancel(const
PPlanFragmentCancelReason& reason,
}
}
-Status PipelineXFragmentContext::prepare(const doris::TPipelineFragmentParams&
request) {
+Status PipelineXFragmentContext::prepare(const doris::TPipelineFragmentParams&
request,
Review Comment:
warning: function 'prepare' exceeds recommended size/complexity thresholds
[readability-function-size]
```cpp
Status PipelineXFragmentContext::prepare(const
doris::TPipelineFragmentParams& request,
^
```
<details>
<summary>Additional context</summary>
**be/src/pipeline/pipeline_x/pipeline_x_fragment_context.cpp:164:** 107
lines including whitespace and comments (threshold 80)
```cpp
Status PipelineXFragmentContext::prepare(const
doris::TPipelineFragmentParams& request,
^
```
</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: [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]