mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for HasPartition (#11566)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
c60cf1133c
commit
cfda5ecce8
@ -668,6 +668,7 @@ func (node *Proxy) DropPartition(ctx context.Context, request *milvuspb.DropPart
|
||||
return dpt.result, nil
|
||||
}
|
||||
|
||||
// HasPartition check if partition exist.
|
||||
func (node *Proxy) HasPartition(ctx context.Context, request *milvuspb.HasPartitionRequest) (*milvuspb.BoolResponse, error) {
|
||||
if !node.checkHealthy() {
|
||||
return &milvuspb.BoolResponse{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user