We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0454e7 commit 6c893e7Copy full SHA for 6c893e7
1 file changed
writers/streamingbatchwriter/streamingbatchwriter_test.go
@@ -597,6 +597,7 @@ func getRecord(sc *arrow.Schema, rows int) arrow.Record {
597
return builder.NewRecord()
598
}
599
600
+// nolint:unparam
601
func requireErrorCount(t *testing.T, expected int, errCh chan error) {
602
t.Helper()
603
select {
0 commit comments