diff --git a/internal/distributed/rootcoord/service.go b/internal/distributed/rootcoord/service.go index 923b9e27e0..6a41c6a826 100644 --- a/internal/distributed/rootcoord/service.go +++ b/internal/distributed/rootcoord/service.go @@ -335,6 +335,7 @@ func (s *Server) DropPartition(ctx context.Context, in *milvuspb.DropPartitionRe return s.rootCoord.DropPartition(ctx, in) } +// HasPartition checks whether a partition is created. func (s *Server) HasPartition(ctx context.Context, in *milvuspb.HasPartitionRequest) (*milvuspb.BoolResponse, error) { return s.rootCoord.HasPartition(ctx, in) }