Skip to content

Commit d3828b1

Browse files
committed
Update docstring
1 parent ffb34a6 commit d3828b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/cloud/bigquery/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,10 +2465,10 @@ def load_table_from_dataframe(
24652465
They are supported when using the PARQUET source format, but
24662466
due to the way they are encoded in the ``parquet`` file,
24672467
a mismatch with the existing table schema can occur, so
2468-
100% compatibility cannot be guaranteed for REPEATED fields when
2468+
REPEATED fields are not properly support when using ``pyarrow<4.0.0``
24692469
using the parquet format.
24702470

2471-
https://github.com/googleapis/python-bigquery/issues/17
2471+
https://github.com/googleapis/python-bigquery/issues/19
24722472

24732473
Args:
24742474
dataframe (pandas.DataFrame):

0 commit comments

Comments
 (0)