BUG: bq_to_arrow_field
in _pandas_helper.py
always sets pyarrow.field
to nullable
#1998
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Current implementation of
bq_to_arrow_field
always setspyarrow.field
to nullable. However, since BigQuery array can not be set to nullable, the following error shows up when trying to upload a pandas dataframe to a bigquery table that contains a field in repeated mode.Stack trace
The text was updated successfully, but these errors were encountered: