Format httpQuery inner values as arrays
The type of http query Values
is map[string][]string
, but prior to this release, alog only wrote query parameters with multiple values as an array. This update ensures that all http query inner values are arrays.
Note that any BigQuery tables which log httpQuery
s may need reformatting.