github-actions[bot] commented on code in PR #33550: URL: https://github.com/apache/doris/pull/33550#discussion_r1562008591
########## be/src/vec/runtime/vdata_stream_mgr.cpp: ########## @@ -76,9 +76,8 @@ std::shared_ptr<VDataStreamRecvr> VDataStreamMgr::create_recvr( return recvr; } -std::shared_ptr<VDataStreamRecvr> VDataStreamMgr::find_recvr(const TUniqueId& fragment_instance_id, - PlanNodeId node_id, - bool acquire_lock) { +Status VDataStreamMgr::find_recvr(const TUniqueId& fragment_instance_id, PlanNodeId node_id, Review Comment: warning: method 'find_recvr' can be made static [readability-convert-member-functions-to-static] ```suggestion static Status VDataStreamMgr::find_recvr(const TUniqueId& fragment_instance_id, PlanNodeId node_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