github-actions[bot] commented on code in PR #39223: URL: https://github.com/apache/doris/pull/39223#discussion_r1714616145
########## be/src/runtime/fragment_mgr.cpp: ########## @@ -133,6 +136,94 @@ std::string to_load_error_http_path(const std::string& file_name) { using apache::thrift::TException; using apache::thrift::transport::TTransportException; +static bool _get_all_running_queries(std::unordered_set<TUniqueId>& result_ref) { Review Comment: warning: function '_get_all_running_queries' exceeds recommended size/complexity thresholds [readability-function-size] ```cpp static bool _get_all_running_queries(std::unordered_set<TUniqueId>& result_ref) { ^ ``` <details> <summary>Additional context</summary> **be/src/runtime/fragment_mgr.cpp:138:** 86 lines including whitespace and comments (threshold 80) ```cpp static bool _get_all_running_queries(std::unordered_set<TUniqueId>& result_ref) { ^ ``` </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