[C++][Acero] Missing distinct, one and list scalar aggregate functions
Open
Component: C++
Type: bug
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the bug, including details regarding any error messages, version, and platform.
When I tried to do segmented grouping without any other keys I found out that there are no `non hash_` counterparts to `hash_list`, `hash_one` and `hash_distinct`. Error reported is:
`No function registered with name: distinct`
I think this is the root issue of https://github.com/apache/arrow/issues/36149
### Component(s)
C++
Contributor guide
Assessment
This issue has not been assessed yet.