From avro version 1.7.7 released in mid-2014, decimal numbers are supported with decimal logical type of bytes or fixed types: Avro spec. v1.7.7, current
Decimal values from avro files matching this specification are unable to read using current avro-spark releases.
Related issues:
#257 - similar logicalType handling for string type
#246 - writing decimals in this format
#248
#121 - PR
From avro version 1.7.7 released in mid-2014, decimal numbers are supported with
decimallogical type ofbytesorfixedtypes: Avro spec. v1.7.7, currentDecimal values from avro files matching this specification are unable to read using current avro-spark releases.
Related issues:
#257 - similar logicalType handling for string type
#246 - writing decimals in this format
#248
#121 - PR