-
Notifications
You must be signed in to change notification settings - Fork 894
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
[BUG] Large values (unsigned long type number) do not display correctly in OpenSearch Dashboards #7605
Comments
@AMoo-Miki do you have some feed back here? |
@seaneez can you please give me an example of one such long number with the area that is not showing it correctly? Long numerals support is currently only available on Discover and Dev Tools AFAIK. A screenshot with what you expect to see would help me understand the problem better. |
Based on the screenshot If the actual value saved with the document was a numeric You can confirm this by going to the DevTools console of your OSD and running this:
If your result looks like this, it confirms that the data is stored as text and has the incorrect value:
Notice the quotes around the value. If it is saved as a number, the quotes will be missing. What I am hoping to confirm is that you see it ending with 5700. Also, what version of OSD are you using? |
I remember that the number was displayed correctly in the DevTools. (1815920796384625582) |
Describe the bug
Thank you for fixing [BUG] Large values do not display correctly in OpenSearch Dashboards #5485 .
However, the problem still occurs with even larger numbers.
We are currently using values that correspond to the unsigned long type, but precision errors still occur with such large numbers.
Could you please fix the bug so that unsigned long type numbers are also displayed accurately?
The text was updated successfully, but these errors were encountered: