bigquery: breaking change when reading integer columns

15 views
Skip to first unread message

Jonathan Amsterdam

unread,
Nov 17, 2016, 2:09:42 PM11/17/16
to google-api-...@googlegroups.com
Previously, the BigQuery client would use an int to hold a value from an INTEGER column. Since INTEGER columns hold 64-bit integers, this could result in an error on 32-bit systems.

As of now, the BigQuery client returns an int64 instead of an int when reading INTEGER columns.

Reply all
Reply to author
Forward
0 new messages