[C++][Parquet] Reading dictionary encoded boolean throws NYI
Open
Component: Parquet
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.
- Dict bool is supported by the spec and supported by certain writers, arrow reader however throws NYI
- Maintain compatibility and support it since writer can choose to write it. We should revisit the spec if this should be continue to be permitted.
### Component(s)
Parquet
Contributor guide
Assessment
This issue has not been assessed yet.