-
Notifications
You must be signed in to change notification settings - Fork 321
Open
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.
Description
The ArrayQueryParameter class must take a StructQueryParameterType if the values is an empty array (docstring):
If the type is
'STRUCT'/'RECORD'andvaluesis empty,
the exact item type cannot be deduced, thus aStructQueryParameterType
instance needs to be passed in.
But in the method _from_api_repr_struct, we simply pass "STRUCT" as the array_type.
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.