github-actions[bot] commented on code in PR #32039: URL: https://github.com/apache/doris/pull/32039#discussion_r1530487097
########## be/src/runtime/group_commit_mgr.cpp: ########## @@ -228,7 +229,9 @@ Status GroupCommitTable::get_first_block_load_queue( std::to_string(_table_id)); } -Status GroupCommitTable::_create_group_commit_load(int be_exe_version) { +Status GroupCommitTable::_create_group_commit_load(int be_exe_version, Review Comment: warning: function '_create_group_commit_load' exceeds recommended size/complexity thresholds [readability-function-size] ```cpp Status GroupCommitTable::_create_group_commit_load(int be_exe_version, ^ ``` <details> <summary>Additional context</summary> **be/src/runtime/group_commit_mgr.cpp:231:** 95 lines including whitespace and comments (threshold 80) ```cpp Status GroupCommitTable::_create_group_commit_load(int be_exe_version, ^ ``` </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