github-actions[bot] commented on code in PR #36772: URL: https://github.com/apache/doris/pull/36772#discussion_r1651081526
########## be/src/runtime/stream_load/stream_load_executor.cpp: ########## @@ -66,13 +68,19 @@ bvar::LatencyRecorder g_stream_load_precommit_txn_latency("stream_load", "precom bvar::LatencyRecorder g_stream_load_commit_txn_latency("stream_load", "commit_txn"); Status StreamLoadExecutor::execute_plan_fragment(std::shared_ptr<StreamLoadContext> ctx) { + return execute_plan_fragment(ctx, [](std::shared_ptr<StreamLoadContext> ctx) {}); +} + +Status StreamLoadExecutor::execute_plan_fragment( Review Comment: warning: function 'execute_plan_fragment' exceeds recommended size/complexity thresholds [readability-function-size] ```cpp Status StreamLoadExecutor::execute_plan_fragment( ^ ``` <details> <summary>Additional context</summary> **be/src/runtime/stream_load/stream_load_executor.cpp:73:** 95 lines including whitespace and comments (threshold 80) ```cpp Status StreamLoadExecutor::execute_plan_fragment( ^ ``` </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