emilk commented on issue #6360: URL: https://github.com/apache/arrow-rs/issues/6360#issuecomment-2498039859
I have a working version of `fn shrink_to_fit(&self) -> ArrayRef` now in #6787. However, it has the (big) drawback that I failed to implement it for `TypedDictionaryArray` and `TypedRunArray`, which are types wrapping references. `fn shrink_to_fit(&mut self)` may indeed be a better approach. -- 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]
