FrankChen021 commented on PR #12938: URL: https://github.com/apache/druid/pull/12938#issuecomment-1223420169
Interesting. There's another similar problem #12912 that type info is lost in the serialized json string caused by jackson when serializing `Map` object. In that problem, I proposed to use `JsonSerializer` annotation to a customized map to hide the serialization detail. Since we experience such problem here, I was wondering if we can add a serializer to jackson to handle `Map` object in global to address such problem. -- 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]
