heetch / heetch/avro

decimal logical type

Open
#140 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
95
Forks
18
PR merge metrics
No merged PRs in 30d

Description

do we have any plan on supporting decimal logical type? So we could do something like

decimal numbers with a maximum precision of 4 and a scale of 2:

```
{
"type": "bytes",
"logicalType": "decimal",
"precision": 4,
"scale": 2
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.