Add comment for CreatePartition (#8031)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/8155/head
sunby 2021-09-17 17:35:53 +08:00 committed by GitHub
parent 35110d269d
commit b84f017dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ func (s *Server) ShowCollections(ctx context.Context, in *milvuspb.ShowCollectio
return s.rootCoord.ShowCollections(ctx, in)
}
// CreatePartition creates a partition in a collection
func (s *Server) CreatePartition(ctx context.Context, in *milvuspb.CreatePartitionRequest) (*commonpb.Status, error) {
return s.rootCoord.CreatePartition(ctx, in)
}