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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]