tustvold commented on PR #6616:
URL: https://github.com/apache/arrow-rs/pull/6616#issuecomment-2435791323

   From a quick scan
   
   * 
https://github.com/apache/arrow-rs/blob/master/arrow-select/src/take.rs#L653
   * 
https://github.com/apache/arrow-rs/blob/master/arrow-select/src/take.rs#L669
   * 
https://github.com/apache/arrow-rs/blob/master/arrow-select/src/take.rs#L540
   
   Not sure if that counts as "many", but it is very important for those cases 
that we don't clone. 
   
   Taking a step back though, it is kind of irrelevant whether the kernel 
reuses or doesn't reuse buffers, arrow is explicitly designed to encourage such 
reuse and we shouldn't be seeking to document or make commitments either way, 
as doing so would be extremely fragile and hard to test. 


-- 
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]

Reply via email to