decimal logical type
Open
- 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.