We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e9d06 commit b402a6dCopy full SHA for b402a6d
google/cloud/bigquery/_pyarrow_helpers.py
@@ -91,6 +91,7 @@ def pyarrow_timestamp():
91
pyarrow.date64().id: "DATETIME", # because millisecond resolution
92
pyarrow.binary().id: "BYTES",
93
pyarrow.string().id: "STRING", # also alias for pyarrow.utf8()
94
+ pyarrow.large_string().id: "STRING",
95
# The exact scale and precision don't matter, see below.
96
pyarrow.decimal128(38, scale=9).id: "NUMERIC",
97
}
0 commit comments