shu-kitamura commented on PR #46732:
URL: https://github.com/apache/arrow/pull/46732#issuecomment-2951440342
@AlenkaF
Thank you for your quick review.
I added the test `test_slicing_with_non_trivial_step()` to `test_array.py`.
I ran the test in an environment without numpy and confirmed that it passes.
```
~/py_projects/arrow/python/pyarrow$ pip3 list | grep numpy
~/py_projects/arrow/python/pyarrow$ pytest
tests/test_array.py::test_slicing_with_non_trivial_step
============================================== test session starts
==============================================
platform linux -- Python 3.8.10, pytest-8.3.5, pluggy-1.5.0
rootdir: /home/shusei/py_projects/arrow/python
configfile: setup.cfg
plugins: hypothesis-6.113.0
collected 1 item
tests/test_array.py .
[100%]
=============================================== 1 passed in 0.38s
===============================================
```
--
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]