Jackie-Jiang commented on PR #17628:
URL: https://github.com/apache/pinot/pull/17628#issuecomment-3894248060

   Looking at `FieldConfig`, it works probably because we deserialize the 
`indexes` field into a `JsonNode`. I think we can do the same by deserializing 
`luceneAnalyzerClassArgs` and `luceneAnalyzerClassArgTypes` into `JsonNode` 
instead of general `Object`, then parse `JsonNode` accordingly. This should 
prevent the similar problem described in #17553


-- 
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]

Reply via email to