[skip ci] Fix golint error for releasePartitions (#9987)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/10000/head
xige-16 2021-10-15 20:21:12 +08:00 committed by GitHub
parent 85b078e26a
commit f6cd090106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ func (qc *QueryCoord) LoadPartitions(ctx context.Context, req *querypb.LoadParti
return status, nil
}
// ReleasePartition clears all data related to this partition on the querynode
// ReleasePartitions clears all data related to this partition on the querynode
func (qc *QueryCoord) ReleasePartitions(ctx context.Context, req *querypb.ReleasePartitionsRequest) (*commonpb.Status, error) {
//dbID := req.DbID
collectionID := req.CollectionID