You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce, use a collection/bq tables with the following schema:
{
"fields": [
{
"name": "name",
"type": "string"
},
{
"name": "favorite_numbers",
"type": "array"
},
{
"name": "last_login",
"type": "timestamp"
},
{
"name": "last_location",
"type": "geopoint"
},
{
"fields": [
{
"name": "name",
"type": "string",
"description": "This is a nested name!"
}
],
"name": "friends",
"type": "map",
"description": "Maps don't need a description because a column is not created for a map. Instead, their fields are added as columns to the resulting dataset."
}
]
}
the friends_name column is always null:
The text was updated successfully, but these errors were encountered:
this happens on 0.4.7, 0.4.9
To reproduce, use a collection/bq tables with the following schema:
the friends_name column is always null:
The text was updated successfully, but these errors were encountered: