emilk commented on issue #6360:
URL: https://github.com/apache/arrow-rs/issues/6360#issuecomment-2498259555

   I think `trait Array { fn shrink_to_fit(&mut self) {} }` would also require 
having `trait Array { fn clone(&self) -> ArrayRef; }` so that `shrink_to_fit` 
can be implemented for `ArrayRef` in the case of a shared reference


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