freddief opened a new pull request #11557:
URL: https://github.com/apache/druid/pull/11557


   Fixes https://github.com/apache/druid/issues/10663
   
   Avro decimal logical types are deserialised and put into Druid as bytes. 
This PR parses the byte represenation and turns it into a double to be ingested 
into Druid 
   
   ##### Key changed/added classes in this PR
    * `org.apache.druid.data.input.avro.AvroFlattenerMaker`
    * `org.apache.druid.data.input.avro.AvroLogicalTypeConverter`
   
   This PR has:
   - [X] been self-reviewed.
   - [X] added documentation for new or modified features or behaviors.
   - [X] added unit tests or modified existing tests to cover new code paths, 
ensuring the threshold for [code 
coverage](https://github.com/apache/druid/blob/master/dev/code-review/code-coverage.md)
 is met.
   
   


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