Cube Store: AVG does not support IntDecimal(5)
Open
cube store
- Dominant language
- Rust
- Stars
- 20.8k
- Forks
- 2.1k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 181
Description
Steps to reproduce:
```sql
SELECT AVG(x) FROM s.Data
```
where `x` is of `decimal` type.
Expected: the query runs fine.
Actual: error from the issue title.
Contributor guide
Assessment
This issue has not been assessed yet.