Description
Right now, Avro only allows Decimal logical type in fixed and array types. However, there is a requirement from users to represent decimal in long type. It is to support represent currency (for money). The request is to support a customized decimal type backed by long.
Issue resolved by pull request 41409
https://github.com/apache/spark/pull/41409