AlenkaF commented on PR #46732: URL: https://github.com/apache/arrow/pull/46732#issuecomment-2952330226
Thanks! Looking at `test_array.py` I see the test case should fit under `test_array_slice_negative_step()`. I guess this test has not been failing due to the numpy mark. It is failing now for a different reason (see [AppVeyor error](https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/52194345#L5899)) and the failure is connected. The issue is when the indices that feed into `arrow_obj.take(indices) `are an empty list. -- 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]
