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.