mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add comment for CreatePartition (#8031)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user