[Gandiva] Use non-platform specific integer types for lengths, indexes
Open
Component: C++
Component: Gandiva
Type: enhancement
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
There are many instances of using `unsigned int` and `int` for array indexes. This may cause issues on Windows
**Reporter**: [Wes McKinney](https://issues.apache.org/jira/browse/ARROW-3333) / @wesm
**Note**: *This issue was originally created as [ARROW-3333](https://issues.apache.org/jira/browse/ARROW-3333). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*
Contributor guide
Assessment
This issue has not been assessed yet.