mroeschke opened a new issue, #35385:
URL: https://github.com/apache/arrow/issues/35385
### Describe the bug, including details regarding any error messages,
version, and platform.
```
In [3]: pa.__version__
Out[3]: '11.0.0'
In [4]: arr = pa.array(["abc"])
In [5]: pa.compute.utf8_slice_codeunits(arr, start=1.2, stop=2.2)
Out[5]:
<pyarrow.lib.StringArray object at 0x159dd67a0>
[
"b"
]
```
I would expect this to raise a `ValueError` as the documentation says these
arguments should be ints
### Component(s)
Python
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]