Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
PyArrow is missing the default value of the stop option for SliceOptions
In C++, the default value is stop = std::numeric_limits<int64_t>::max()
It is possible for other options to be inconsistent between the C++ and Python APIs, so we need to verify them.
Attachments
Issue Links
- relates to
-
ARROW-13327 [Python] Improve consistency of explicit C++ types in PyArrow files
- Resolved
- links to