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
My vague suspicion would be that, somewhere in the underlying client library for BigQuery, some precision loss happens because JavaScript just can't handle numbers that low/high. Or maybe it's in Cube's driver code.
Would you have the capacity to dig deeper and investigate this?
Hi! Why does Cube round the last 3 digits in int64?
Result -9222709539351054000
But expected: -9222709539351053981
Related Cube.js schema
Related Cube.js generated SQL
DB: BigQuery
The text was updated successfully, but these errors were encountered: