未验证 提交 ec3d7239 编写于 作者: D dragondriver 提交者: GitHub

[skip ci] Add comment for DropIndex (#11741)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 780c7055
......@@ -1081,6 +1081,7 @@ func (node *Proxy) DescribeIndex(ctx context.Context, request *milvuspb.Describe
return dit.result, nil
}
// DropIndex drop the index of collection.
func (node *Proxy) DropIndex(ctx context.Context, request *milvuspb.DropIndexRequest) (*commonpb.Status, error) {
if !node.checkHealthy() {
return unhealthyStatus(), nil
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册