My table has a FLOAT64 column, however some of my values happen to be integers (no fractional part). When I try to write these values, I get an error Invalid value for column X in table Y: Expected FLOAT64. If I add 0.0001 to each value before writing then the inserts are successful.
My table has a FLOAT64 column, however some of my values happen to be integers (no fractional part). When I try to write these values, I get an error
Invalid value for column X in table Y: Expected FLOAT64. If I add0.0001to each value before writing then the inserts are successful.