Skip to content

Commit

Permalink
Fix doctring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Sep 27, 2021
1 parent 54e50c1 commit 6993df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigquery/client.py
Expand Up @@ -2463,7 +2463,7 @@ def load_table_from_dataframe(
They are supported when using the PARQUET source format, but
due to the way they are encoded in the ``parquet`` file,
a mismatch with the existing table schema can occur, so
REPEATED fields are not properly support when using ``pyarrow<4.0.0``
REPEATED fields are not properly supported when using ``pyarrow<4.0.0``
using the parquet format.
https://github.com/googleapis/python-bigquery/issues/19
Expand Down

0 comments on commit 6993df4

Please sign in to comment.