viirya commented on PR #6616: URL: https://github.com/apache/arrow-rs/pull/6616#issuecomment-2432769276
Why? Currently you have a kernel with inconsistent behavior. Isn't it enough? It makes confused for users and users might need to look into the implementation details to know what the inconsistency comes from. For example, you tries to modify the indices array after calling `take`. But some cases you can do it because the array is not cloned, but some cases you cannot because the array is cloned. I don't think this is good design for a kernel behavior. -- 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]
