mapleFU opened a new issue, #10448: URL: https://github.com/apache/arrow-rs/issues/10448
### Is your feature request related to a problem or challenge? There're two related changes: 1. DataPageV1 will shrink to fit if possible 2. https://github.com/apache/arrow-rs/pull/10345 This will avoid copying, but making more memory used So, for DataPageV2, this would occupies more memory. Don't know should we enlarge memory? ### Describe the solution you'd like IDK, maybe provide a shrink_to_fit ( which introduing memcpy ). ### Describe alternatives you've considered IDK ### Additional context _No response_ -- 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]
