rohangarg commented on issue #12912: URL: https://github.com/apache/druid/issues/12912#issuecomment-1217916584
@BartMiki : Thanks a lot for reporting the issue! I tried it locally in unit-tests and was able to reproduce it. The root cause as you mentioned, is related to missing of type information while doing jackson seriallziation for polymorphic types in maps/arrays. The solution you proposed sounds good to me conceptually. Maybe instead of just serializing `query` independently, it could also be checked if we can do independent serializing of all KV pair in the map and then recombine all the KV jsons. It would be great if you are also interested in contributing the fix patch to the main line! -- 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]
