Skip to content

Commit 855d76e

Browse files
committed
Ignore unparam
1 parent 59a64a3 commit 855d76e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugin/sort.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
// sort records by specific column. This is intended for testing purposes only.
1212
// Because "id" is auto-incrementing in the test data generator, if passed "id"
1313
// this should result in records being returned in insertion order.
14+
// nolint:unparam
1415
func sortRecords(table *schema.Table, records []arrow.Record, columnName string) {
1516
sch := table.ToArrowSchema()
1617
if !sch.HasField(columnName) {

0 commit comments

Comments
 (0)