-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[BUG]: int64 long type data is not supported. When the data exceeds int64, there will be a loss of accuracy #462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I would like to pick this issue |
Possible solution that came to my mind is to preprocess the json string to wrap large numbers which are greate than |
@AykutSarac Please let me know if you're okay with this direction. If it looks good, I’ll go ahead and raise a PR with this solution. |
We should show it as a number on the diagram even if we parse them as string. |
@AykutSarac ![]() If you agree with the input and output from image,I will raise a pr |
Issue description
JS does not support long data type int64, but most server-side languages such as Java and Go support int64 data type, which can cause overflow in JS
Media & Screenshots
Operating system
macos
edge
Priority this issue should have
Low (slightly annoying)
The text was updated successfully, but these errors were encountered: