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
The ArrayQueryParameter class must take a StructQueryParameterType if the values is an empty array (docstring):
If the type is 'STRUCT'/'RECORD' and values is empty,
the exact item type cannot be deduced, thus a StructQueryParameterType
instance needs to be passed in.
The
ArrayQueryParameter
class must take aStructQueryParameterType
if thevalues
is an empty array (docstring):But in the method _from_api_repr_struct, we simply pass
"STRUCT"
as the array_type.The text was updated successfully, but these errors were encountered: