[skip ci] Add comment for createQueryChannel (#8995)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/9011/head
xige-16 2021-10-01 12:11:47 +08:00 committed by GitHub
parent ee8dce79b6
commit ea11f7cc2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -421,6 +421,7 @@ func (qc *QueryCoord) ReleasePartitions(ctx context.Context, req *querypb.Releas
return status, nil
}
// CreateQueryChannel assigns unique querychannel and resultchannel to the specified collecion
func (qc *QueryCoord) CreateQueryChannel(ctx context.Context, req *querypb.CreateQueryChannelRequest) (*querypb.CreateQueryChannelResponse, error) {
status := &commonpb.Status{
ErrorCode: commonpb.ErrorCode_Success,