diff --git a/internal/distributed/rootcoord/service.go b/internal/distributed/rootcoord/service.go index 342685d44e..923b9e27e0 100644 --- a/internal/distributed/rootcoord/service.go +++ b/internal/distributed/rootcoord/service.go @@ -330,6 +330,7 @@ func (s *Server) CreatePartition(ctx context.Context, in *milvuspb.CreatePartiti return s.rootCoord.CreatePartition(ctx, in) } +// DropPartition drops the specified partition. func (s *Server) DropPartition(ctx context.Context, in *milvuspb.DropPartitionRequest) (*commonpb.Status, error) { return s.rootCoord.DropPartition(ctx, in) }