Skip to content

Commit

Permalink
Redundant error init
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed May 22, 2024
1 parent 6371e1d commit ad25b0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/bigquery/cast.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func castColVal(colVal any, colKind columns.Column, additionalDateFmts []string)

return string(colValBytes), nil
case typing.Array.Kind:
var err error
arrayString, err := array.InterfaceToArrayString(colVal, true)
if err != nil {
return nil, err
Expand Down

0 comments on commit ad25b0a

Please sign in to comment.