alamb opened a new pull request, #8898: URL: https://github.com/apache/arrow-rs/pull/8898
# Which issue does this PR close? We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. - Closes https://github.com/apache/arrow-rs/issues/8897 # Rationale for this change While testing the upgrade to arrow 57.1.0 in DataFusion - https://github.com/apache/datafusion/pull/18820 I noticed that the reported size of the memory used by metadata grew by almost 33% <img width="2099" height="320" alt="Image" src="https://github.com/user-attachments/assets/668bf911-cb2b-4955-9118-82954ba65278" /> # What changes are included in this PR? Fix accounting for Arc<T>, remove some other uneeded code # Are these changes tested? Yes covered by existing tests (and changed) # Are there any user-facing changes? More accurate memory accounting -- 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]
