Skip to content

Commit 76410f8

Browse files
committed
unparam in test
1 parent 3b83ce5 commit 76410f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

writers/streamingbatchwriter/streamingbatchwriter_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ func waitForLength(t *testing.T, checkLen func(messageType) int, msgType message
544544
}
545545
}
546546

547+
// nolint:unparam
547548
func getRecord(sc *arrow.Schema, rows int) arrow.Record {
548549
builder := array.NewRecordBuilder(memory.DefaultAllocator, sc)
549550
defer builder.Release()

0 commit comments

Comments
 (0)