ArnavBalyan opened a new pull request, #3306:
URL: https://github.com/apache/parquet-java/pull/3306
- Add support for Decimal on the int 32/64 avro reader.
- Currently there exists a bug on the reader where decimal annotation is
not respected when reading int32/64 values.
- This causes decimal component to be missing for unscaled integer.
- DecimalLogicalTypeAnnotation is now correctly detected and routed to the
FieldDecimalConverters that handle the addition/dictionary decoding logic
- Fixes #3149.
--
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]