mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip ci] Add the comments to service (#13411)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
f8b85c4646
commit
3ea83d77cc
@ -366,6 +366,7 @@ func (s *Server) HasPartition(ctx context.Context, request *milvuspb.HasPartitio
|
||||
return s.proxy.HasPartition(ctx, request)
|
||||
}
|
||||
|
||||
// LoadPartitions notifies Proxy to load the partitions data
|
||||
func (s *Server) LoadPartitions(ctx context.Context, request *milvuspb.LoadPartitionsRequest) (*commonpb.Status, error) {
|
||||
return s.proxy.LoadPartitions(ctx, request)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user