Skip to content

Commit

Permalink
Correct docstring for bq_to_arrow_schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Jul 9, 2019
1 parent b9cb3ed commit 3a59793
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bigquery/google/cloud/bigquery/_pandas_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ def bq_to_arrow_field(bq_field):
def bq_to_arrow_schema(bq_schema):
"""Return the Arrow schema, corresponding to a given BigQuery schema.
Raises:
ValueError:
If the Arrow type of any column cannot be determined.
Returns None if any Arrow type cannot be determined.
"""
arrow_fields = []
for bq_field in bq_schema:
Expand Down

0 comments on commit 3a59793

Please sign in to comment.