[GitHub] [avro] liu-du opened a new pull request #1355: AVRO-3224: Fix ReflectDatumReader.readField when using ReflectData.AllowNull with two conversions that convert to the same avro logical type

2021-10-07 Thread GitBox
liu-du opened a new pull request #1355: URL: https://github.com/apache/avro/pull/1355 Make sure you have checked _all_ steps below. ### Jira - [x] My PR addresses the following [Avro Jira](https://issues.apache.org/jira/browse/AVRO/) issues and references them in the PR

Re: Avro Logical type

2018-09-04 Thread Indhumathi M
, so this also doesn't need to > pad the values to a certain length. If you want to see how that is done, > look at the fixed conversion. > > rb > > On Tue, Sep 4, 2018 at 8:55 AM Indhumathi M > wrote: > > > Hello all, > > I am working on avro logical type decim

Re: Avro Logical type

2018-09-04 Thread Ryan Blue
at is for bytes, so this also doesn't need to pad the values to a certain length. If you want to see how that is done, look at the fixed conversion. rb On Tue, Sep 4, 2018 at 8:55 AM Indhumathi M wrote: > Hello all, > I am working on avro logical type decimal, but was not sure what da

Avro Logical type

2018-09-04 Thread Indhumathi M
Hello all, I am working on avro logical type decimal, but was not sure what data has to be provided. As mentioned in the Avro document, A decimal logical type annotates Avro bytes or fixed types. The byte array must contain the two's-complement representation of the unscaled integer value in big