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
@yulric, I think we may want to increase the max length to at least 22, since I don't think we can avoid these float representations.
edit: measures.value is also specified as being a string in the schema and a varchar in the parts. An alternative fix may be to make it a float instead.
Bug Description
data:
error:
measures(value, 3): Value "9.5228000000000004E-5" (of length 21) exceeds the max length of "15" [greater_than_max_length]
The operating system on which the bug occured
linux
Python Version
3.8
The text was updated successfully, but these errors were encountered: