Forum Discussion

markmacardle's avatar
markmacardle
Advocate I
6 years ago
Solved

Weirdly repeating text values in a table

I've connected to a table of reviews left by customers in BigQuery. When I make a table from this I see some of the values getting weirdly repeated. Below is an example of one of these values getting...
  • markmacardle's avatar
    6 years ago

    I eventually figured out it is caused by the length of text strings being >=512 characters long.

     

    The column limited to 511 characters shows the correct text, but when the limit is 512 characters any values that hit this limit start getting duplicated and overwriting other rows in the column. The amount of other rows, and which ones, that get overwritten seems to be pretty random.

     

    I was initially using version 2.71 (July 2019) and have updated to the latest version, 2.75.5649.961 64-bit (November 2019). The bug is present in both.