You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Point.MarshalBinary does not support uint32, and I suspect a few others. This is causing valid points with integer data to be marshaled as a string:
Currently
Point.MarshalBinary
does not supportuint32
, and I suspect a few others. This is causing valid points with integer data to be marshaled as a string:https://github.com/influxdb/influxdb/blob/master/tsdb/points.go#L1294
This will also fix the actual issue behind #3805
/cc @jwilder
The text was updated successfully, but these errors were encountered: