Skip to content

Commit b402a6d

Browse files
chelsea-lintswast
andauthored
fix: add pyarrow.large_strign to the _ARROW_SCALAR_IDS_TO_BQ map (#1796)
Co-authored-by: Tim Swast <[email protected]>
1 parent 17e9d06 commit b402a6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/cloud/bigquery/_pyarrow_helpers.py

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def pyarrow_timestamp():
9191
pyarrow.date64().id: "DATETIME", # because millisecond resolution
9292
pyarrow.binary().id: "BYTES",
9393
pyarrow.string().id: "STRING", # also alias for pyarrow.utf8()
94+
pyarrow.large_string().id: "STRING",
9495
# The exact scale and precision don't matter, see below.
9596
pyarrow.decimal128(38, scale=9).id: "NUMERIC",
9697
}

0 commit comments

Comments
 (0)