Jackie-Jiang opened a new pull request #6745: URL: https://github.com/apache/incubator-pinot/pull/6745
## Description For issue: #5829 JavaScript has a safe integer range that it can preserve the exact integral value. If a number is out of the range, representing it using JavaScript Number will lose precision. This PR formats the non-safe values within the json query response into string so that the client (including the Query Console UI) can parse the values correctly. ## Release Notes The non-safe integral numbers (not in range (-2^53 to 2^53)) will be converted to string within the json response. The client code should not assume the values are always numbers for number result types. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
