AlenkaF commented on issue #46606:
URL: https://github.com/apache/arrow/issues/46606#issuecomment-2912072711

   Ah yes. So the fix would be updating `_normalize_slice`:
   
   
https://github.com/apache/arrow/blob/a2941dd9a05666223110e8a879a2a5a226fb620d/python/pyarrow/array.pxi#L575-L591
   
   so that it doesn't use numpy. We could use `list(range(start, stop, step))` 
instead of `np.arange(start, stop, step)`.
   @thisisnic this could be a nice next issue when/if you have the capacity.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to