We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b83ce5 commit 76410f8Copy full SHA for 76410f8
1 file changed
writers/streamingbatchwriter/streamingbatchwriter_test.go
@@ -544,6 +544,7 @@ func waitForLength(t *testing.T, checkLen func(messageType) int, msgType message
544
}
545
546
547
+// nolint:unparam
548
func getRecord(sc *arrow.Schema, rows int) arrow.Record {
549
builder := array.NewRecordBuilder(memory.DefaultAllocator, sc)
550
defer builder.Release()
0 commit comments