未验证 提交 acd79251 编写于 作者: G godchen 提交者: GitHub

[skip e2e]Fix comment typo (#14177)

Signed-off-by: Ngodchen0212 <qingxiang.chen@zilliz.com>
上级 8a2c3ece
......@@ -238,7 +238,7 @@ func (node *QueryNode) WatchDmChannels(ctx context.Context, in *queryPb.WatchDmC
return waitFunc()
}
// WatchDeltaChannels create consumers on dmChannels to reveive Incremental data,which is the important part of real-time query
// WatchDeltaChannels create consumers on dmChannels to receive Incremental data,which is the important part of real-time query
func (node *QueryNode) WatchDeltaChannels(ctx context.Context, in *queryPb.WatchDeltaChannelsRequest) (*commonpb.Status, error) {
code := node.stateCode.Load().(internalpb.StateCode)
if code != internalpb.StateCode_Healthy {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册