[skip e2e] Add comment for distributed/proxy.Server (#13991)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/14008/head
shaoyue 2021-12-22 19:29:50 +08:00 committed by GitHub
parent 35b577aacc
commit 33963955dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -360,6 +360,7 @@ func (s *Server) DropPartition(ctx context.Context, request *milvuspb.DropPartit
return s.proxy.DropPartition(ctx, request)
}
// HasPartition notifies Proxy to check a partition's existence
func (s *Server) HasPartition(ctx context.Context, request *milvuspb.HasPartitionRequest) (*milvuspb.BoolResponse, error) {
return s.proxy.HasPartition(ctx, request)
}