When you read in a Google BigQuery table, incorrect data might be returned when the following is true:
If the SCANSTRINGCOLUMNS=YES option is also included, the following warning might occur in addition to the incorrect data:
The workaround is to use the READ_MODE=STORAGE option in the LIBNAME statement, the CONNECT TO statement or as a data set option instead.