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
For the Discover page, when there is a large Long Value (e.g. 1,733,270,955,080,999,936), the UI will display the number with full precision, but the API call will display the value with precision up til the hundreds (e.g. 1733270955081000000).
To Reproduce
Steps to reproduce the behavior:
Using a dataset containing a long value that is large.
Go to Discover.
Select PPL or SQL Index patterns.
Open the console, network and record.
Run a query that will show the large long value.
Compare the API result to that of the UI result. Expected behavior
The API response body should contain the same number as the UI
OpenSearch Version
Latest release.
Dashboards Version
Latest release.
Plugins
None
Screenshots
Host/Environment (please complete the following information):
OS: MacOS
Browser and version: Chrome Version 131.0.6778.140 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered:
Describe the bug
For the Discover page, when there is a large Long Value (e.g. 1,733,270,955,080,999,936), the UI will display the number with full precision, but the API call will display the value with precision up til the hundreds (e.g. 1733270955081000000).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The API response body should contain the same number as the UI
OpenSearch Version
Latest release.
Dashboards Version
Latest release.
Plugins
None
Screenshots
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: