Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb402a6d

Browse files
fix: add pyarrow.large_strign to the _ARROW_SCALAR_IDS_TO_BQ map (#1796)
Co-authored-by: Tim Swast <swast@google.com>
1 parent17e9d06 commitb402a6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎google/cloud/bigquery/_pyarrow_helpers.py‎

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp