mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for consumerFlowGraph (#14000)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14016/head
parent
7d38720ec9
commit
e6ea9c140c
|
@ -189,6 +189,7 @@ func (q *queryNodeFlowGraph) newDmInputNode(ctx context.Context, factory msgstre
|
||||||
return node
|
return node
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// consumerFlowGraph would consume by channel and subName
|
||||||
func (q *queryNodeFlowGraph) consumerFlowGraph(channel Channel, subName ConsumeSubName) error {
|
func (q *queryNodeFlowGraph) consumerFlowGraph(channel Channel, subName ConsumeSubName) error {
|
||||||
if q.dmlStream == nil {
|
if q.dmlStream == nil {
|
||||||
return errors.New("null dml message stream in flow graph")
|
return errors.New("null dml message stream in flow graph")
|
||||||
|
|
Loading…
Reference in New Issue