[C++] Incorrect behavior observed in arrow::Array::View
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.
As I mentioned [here](https://github.com/apache/arrow/issues/46485#issuecomment-2893733972), arrow::Array::View exhibits incorrect behavior when casting from list_view(fixed_size_list(int32(), 2)) to list_view(int32()), and vice versa—from list_view(int32()) to list_view(fixed_size_list(int32(), 2)).
### Component(s)
C++
Contributor guide
Assessment
This issue has not been assessed yet.