未验证 提交 df633344 编写于 作者: J Jiquan Long 提交者: GitHub

[skip e2e] Add comment for getDqlChannelsFunc (#13783)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 fa37e6f9
......@@ -103,6 +103,7 @@ func getDmlChannelsFunc(ctx context.Context, rc types.RootCoord) getChannelsFunc
}
}
// getDqlChannelsFunc returns a function about how to get query channels of a collection.
func getDqlChannelsFunc(ctx context.Context, proxyID int64, qc createQueryChannelInterface) getChannelsFuncType {
return func(collectionID UniqueID) (map[vChan]pChan, error) {
req := &querypb.CreateQueryChannelRequest{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册