BigQuery: pyarrow warning about schema argument #9485
Labels
api: bigquery
Issues related to the BigQuery API.
type: cleanup
An internal cleanup or hygiene concern.
samples/tests/test_query_to_arrow.py::test_query_to_arrow
/tmpfs/src/github/google-cloud-python/bigquery/google/cloud/bigquery/_pandas_helpers.py:383: FutureWarning: Schema passed to names= option, please pass schema= explicitly. Will raise exception in future
return pyarrow.RecordBatch.from_arrays(arrays, column_names)
The text was updated successfully, but these errors were encountered: