maver1ck opened a new issue #10663: URL: https://github.com/apache/druid/issues/10663
### Description Currently Druid doesn't support Avro logical types. Let's make this feature working. ### Motivation There is no problem from timestamp logical types as Druid properly handles underlying long type. The problem is with decimal as underlying type is bytes. And there is no possibility to parse this type properly using current Druid features. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
