mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
[skip e2e] Add comment for consumerFlowGraphLatest (#14001)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
e6ea9c140c
commit
dfe06841fb
@ -203,6 +203,7 @@ func (q *queryNodeFlowGraph) consumerFlowGraph(channel Channel, subName ConsumeS
|
||||
return nil
|
||||
}
|
||||
|
||||
// consumerFlowGraphLatest would consume from latest by channel and subName
|
||||
func (q *queryNodeFlowGraph) consumerFlowGraphLatest(channel Channel, subName ConsumeSubName) error {
|
||||
if q.dmlStream == nil {
|
||||
return errors.New("null dml message stream in flow graph")
|
||||
|
Loading…
Reference in New Issue
Block a user