rok commented on PR #34883: URL: https://github.com/apache/arrow/pull/34883#issuecomment-1502986824
> One question is: are there good use cases for not wanting the automatic permutation? Because if so, always returning the permuted array (option 1) is also annoying because then it's less trivial to go back to the plain C array, instead of permuting the C array? I think we would always want automatic permutation. The data being passed will always be passed zero-copy so users could always choose to interpret it with different strides/permutation, but the expectation is they would not want to do that in 99% of cases. Loosing strides/permutation information is a sharp edge imo. -- 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]
