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

   @gortiz Existing code breaks because the serialized format doesn't match the 
expected input format for deserialization. My suggestion is to make a custom 
serializer (e.g. using @JsonValue) to ensure the serialized format also follow 
the comma separated format.
   Using `Object` for `@JsonProperty` can be risky because it can be 
deserialized into different object type when executed within scala


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