mrkn commented on pull request #9395: URL: https://github.com/apache/arrow/pull/9395#issuecomment-780360860
@pitrou I decided that I should reject negative strides in this pull-request. But I think we should support negative strides because numpy generates an array with negative strides as a view of the original array. The typical example is `ary[::-1]`. For supporting such arrays in Arrow, we need to add `offset` property in `Tensor` class. I will create a new ticket and propose how to do it in another pull-request. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
