Bump github.com/apache/arrow-go/v18 from 18.4.0 to 18.4.1 #168
Annotations
10 errors
golangci-lint
issues found
|
golangci-lint:
spark/sql/types/arrow_test.go#L267
SA1019: recordBuilder.NewRecord is deprecated: Use [NewRecordBatch] instead. (staticcheck)
|
golangci-lint:
spark/sql/types/arrow_test.go#L56
SA1019: recordBuilder.NewRecord is deprecated: Use [NewRecordBatch] instead. (staticcheck)
|
golangci-lint:
spark/sql/sparksession_test.go#L128
SA1019: recordBuilder.NewRecord is deprecated: Use [NewRecordBatch] instead. (staticcheck)
|
golangci-lint:
spark/sql/sparksession.go#L275
SA1019: rb.NewRecord is deprecated: Use [NewRecordBatch] instead. (staticcheck)
|
golangci-lint:
spark/sql/sparksession.go#L191
SA1019: rr.Record is deprecated: Use [RecordBatch] instead. (staticcheck)
|
golangci-lint:
spark/client/client.go#L365
SA1019: arrow.Record is deprecated: This is deprecated to avoid the confusion of the terminology where Record refers to a single row, use [RecordBatch] instead. (staticcheck)
|
golangci-lint:
spark/client/client.go#L363
SA1019: arrow.Record is deprecated: This is deprecated to avoid the confusion of the terminology where Record refers to a single row, use [RecordBatch] instead. (staticcheck)
|
golangci-lint:
internal/tests/integration/helper.go#L56
SA1019: arrow.Record is deprecated: This is deprecated to avoid the confusion of the terminology where Record refers to a single row, use [RecordBatch] instead. (staticcheck)
|
golangci-lint:
internal/tests/integration/helper.go#L54
SA1019: b.NewRecord is deprecated: Use [NewRecordBatch] instead. (staticcheck)
|
Loading