Open NikKomarov opened 1 year ago
If you are interested in working on this issue, please leave a comment below and we will be happy to assign the issue to you. If this is the first time you are contributing a Pull Request to Cube.js, please check our contribution guidelines. You can also post any questions while contributing in the #contributors channel in the Cube.js Slack.
Looks like this still reproduces on Cube v0.36.7. The value of 18446744073709551604
is similarly truncated:
Describe the bug We have such dimension in Sales cube. Clickhouse is an underlying database
farmHash64 returns UInt64 ā [0 : 18446744073709551615]
Lets run script
We are getting response
But corresponding sql query returns other values. Attaching response from redis cache as an evidence
It easy to see that last 4 digits are not the same, why?
Expected behavior Values returned via script and sql-api are the same
Version: cubejs/cube:v0.30.62
Additional request Pls point to the source code line where truncation happens, if possible)