diff --git a/internal/distributed/querycoord/service.go b/internal/distributed/querycoord/service.go index 36634c327f..2eb95491e4 100644 --- a/internal/distributed/querycoord/service.go +++ b/internal/distributed/querycoord/service.go @@ -299,6 +299,7 @@ func (s *Server) ReleasePartitions(ctx context.Context, req *querypb.ReleasePart return s.queryCoord.ReleasePartitions(ctx, req) } +// CreateQueryChannel creates the channels for querying in QueryCoord. func (s *Server) CreateQueryChannel(ctx context.Context, req *querypb.CreateQueryChannelRequest) (*querypb.CreateQueryChannelResponse, error) { return s.queryCoord.CreateQueryChannel(ctx, req) }