Vamsi-klu commented on code in PR #18976:
URL: https://github.com/apache/pinot/pull/18976#discussion_r3755548345
##########
pinot-plugins/pinot-input-format/pinot-json/src/main/java/org/apache/pinot/plugin/inputformat/json/JSONMessageDecoder.java:
##########
@@ -46,6 +48,14 @@ public void init(Map<String, String> props, Set<String>
fieldsToRead, String top
if (recordExtractorClass == null) {
Review Comment:
This one is pre-existing on master rather than something this PR introduces:
`JSONMessageDecoder.init` has always called
`_jsonRecordExtractor.init(fieldsToRead, null)`, and wiring
`RECORD_EXTRACTOR_CONFIG_CONFIG_KEY` through the way `SimpleAvroMessageDecoder`
does is orthogonal to BigDecimal precision. I would rather keep this PR scoped
and handle it as a follow-up.
--
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]