Vamsi-klu commented on PR #18976: URL: https://github.com/apache/pinot/pull/18976#issuecomment-4949200047
Review request: @snleee @swaminathanmanish GitHub did not allow this account/integration to add requested reviewers through the reviewer section, so I am tagging the relevant reviewers here for visibility. This PR fixes #12312 by preserving JSON decimal values as `BigDecimal` through Pinot's built-in JSON ingestion path, while keeping custom `recordExtractorClass` implementations on the legacy `Double` parsing behavior unless they opt in with `preserveDecimalPrecision=true`. Review from the ingestion/Kafka-decoder side would be especially useful to confirm the compatibility boundary and whether the opt-in behavior is appropriate for custom extractors. --- Drafted-by: Codex (GPT-5); human-reviewed by Vamsi-klu before posting -- 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]
