Akanksha-kedia opened a new pull request, #17367: URL: https://github.com/apache/pinot/pull/17367
### Core Fix in RequestUtils.java __File__: `pinot-common/src/main/java/org/apache/pinot/common/utils/request/RequestUtils.java` __Line 238__: Replaced the precision-losing code with: ```java // Store exact decimal value to preserve precision literal.setBigDecimalValue(BigDecimalUtils.serialize(bigDecimalValue)); ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
