github-actions[bot] commented on code in PR #26393: URL: https://github.com/apache/doris/pull/26393#discussion_r1382539515
########## be/src/pipeline/pipeline_x/dependency.cpp: ########## @@ -294,6 +317,18 @@ std::vector<uint16_t> HashJoinDependency::convert_block_to_null(vectorized::Bloc return results; } +void SetSharedState::set_probe_finished_children(int child_id) { Review Comment: warning: method 'set_probe_finished_children' can be made static [readability-convert-member-functions-to-static] be/src/pipeline/pipeline_x/dependency.h:781: ```diff - void set_probe_finished_children(int child_id); + static void set_probe_finished_children(int child_id); ``` -- 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