Support for Decimal logical type
Open
- Dominant language
- Go
- Stars
- 95
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
We would find it useful to encode/decode the logical Decimal Avro type to and from Go.
Currently we rely on an [external dependency](https://github.com/shopspring/decimal) to provide support in the absence of native go type definition. It would be great to encode/decode directly to/from the decimal types provided by this library, but alternatively some kind of middle ground could be also be possible.
Related issue: https://github.com/heetch/avro/issues/3
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.