Skip to content

Commit

Permalink
New line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Dec 12, 2024
1 parent 4ab4805 commit 5304b69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/bigquery/storagewrite.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ func rowToMessage(row map[string]any, columns []columns.Column, messageDescripto
if err != nil {
return nil, err
}

list := message.Mutable(field).List()
for _, val := range values {
list.Append(protoreflect.ValueOfString(val))
Expand Down

0 comments on commit 5304b69

Please sign in to comment.