Skip to content

Commit

Permalink
Nil
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Jun 14, 2024
1 parent 4bd885e commit e575e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/bigquery/storagewrite.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func rowToMessage(row map[string]any, columns []columns.Column, messageDescripto
}

if column.KindDetails.ExtendedTimeDetails == nil {
return nil, fmt.Errorf("extended time details for column kind details is null")
return nil, fmt.Errorf("extended time details for column kind details is nil")
}

switch column.KindDetails.ExtendedTimeDetails.Type {
Expand Down

0 comments on commit e575e68

Please sign in to comment.