mkleen opened a new pull request, #9842: URL: https://github.com/apache/arrow-rs/pull/9842
# Which issue does this PR close? None # Rationale for this change This make the heapsize estimation code public so we can use it apache datafusion. It's currently duplicated within https://github.com/apache/datafusion/pull/20047. # What changes are included in this PR? - The heapsize trait and the implementations are moved into the array-buffer package and made public following https://github.com/apache/arrow-rs/pull/9138#discussion_r2683277745 # Are these changes tested? This only moves code around, therefore no new tests. # Are there any user-facing changes? Users of the library are able to use heapsize trait and it's implementations. -- 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]
