mirror of https://github.com/milvus-io/milvus.git
parent
35110d269d
commit
b84f017dde
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue