Loading into an existing BigQuery table or creating a new table might result in "ERROR: During insert: String data, right-truncated char"


When you try to load into an existing Google BigQuery table or try to create a new table, an error might occur when the following is true:

The error looks similar to the following:

ERROR: During insert: String data, right-truncated char

The workaround is to remove the SCANSTRINGCOLUMNS=YES option for inserts and use only the option for reads.