feat!: convert arrow data types to Python types in rows()
#296
Labels
api: bigquerystorage
Issues related to the googleapis/python-bigquery-storage API.
next major: breaking change
this is a change that we should wait to bundle into the next major version
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
I notice we just loop through all the rows in a record batch here:
python-bigquery-storage/google/cloud/bigquery_storage_v1/reader.py
Line 695 in f7fc4ec
This might result in some odd types, such as Int64Scalar and TimestampScalar sneaking in.
I think we probably want to call to_pydict before looping over rows/columns in the BigQuery Storage API client.
I'm filing this issue in
python-bigquery
at first, because I think it's worth investigating if this is actually happening first.The text was updated successfully, but these errors were encountered: