[skip ci] Add the comments to service (#13507)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13712/head
jingkl 2021-12-16 16:33:44 +08:00 committed by GitHub
parent ce3f39c4d5
commit 24b8b6e4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@ func (s *Server) LoadPartitions(ctx context.Context, request *milvuspb.LoadParti
return s.proxy.LoadPartitions(ctx, request)
}
// ReleasePartitions notifies Proxy to release the partitions data
func (s *Server) ReleasePartitions(ctx context.Context, request *milvuspb.ReleasePartitionsRequest) (*commonpb.Status, error) {
return s.proxy.ReleasePartitions(ctx, request)
}