-
Notifications
You must be signed in to change notification settings - Fork 924
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 do not display correctly in OpenSearch Dashboards #5485
Comments
Results from
|
David, #5095 addressed this in 2.11. I will check to see if anything changed between in being merged and the release. |
Here is what I found:
I am looking to see why you are getting results that don't match expectations. |
On a 2.11.1, I have confirmed that long numerals work in the Dev Tools, as expected. Will try to reach out offline and figure out the circumstances. |
@AMoo-Miki , Thank you for working on this issue. I have tested this on both OpenSearch 2.11.0 and 2.11.1. I do not see this bug on either of those versions. So I'll go ahead and close the issue. |
Hello, @AMoo-Miki Thank you for fixing the long type number display issue. 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? |
Describe the bug
Large long values display incorrect values in OpenSearch Dashboards. These large values appear to lose precision or in some cases show slightly different values in the less significant digits.
To Reproduce
Steps to reproduce the behavior:
docker compose up
_bulk
request:curl
to verify it is correct:Expected behavior
Using OpenSearch Dashboards, I should see all these values correctly.
OpenSearch Version
OpenSearch 2.9
OpenSearch 2.11
Dashboards Version
Dashboards 2.9
Dashboards 2.11
Plugins
Standard
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: