func.unnest
loses type information
#297
Labels
api: bigquery
Issues related to the googleapis/python-bigquery-sqlalchemy API.
Given a column expression with type
ARRAY<T>
, callingfunc.unnest(expr)
should result in a column of typeT
, nit it results inNullType
instead.The text was updated successfully, but these errors were encountered: