Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
candiduslynx committed Jun 29, 2023
1 parent 3108343 commit f5f6209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/nulls.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// TODO(v4): use in v4
//
//nolint:unused
// nolint:unused
func stripNullsFromLists(records []arrow.Record) {
for i := range records {
cols := records[i].Columns()
Expand Down Expand Up @@ -48,7 +48,7 @@ type AllowNullFunc func(arrow.DataType) bool

// TODO(v4): use in v4
//
//nolint:unused
// nolint:unused
func (f AllowNullFunc) replaceNullsByEmpty(records []arrow.Record) {
if f == nil {
return
Expand Down

0 comments on commit f5f6209

Please sign in to comment.