Fly-Style opened a new pull request, #16483: URL: https://github.com/apache/datafusion/pull/16483
## Which issue does this PR close? Comment from #15947 regarding potentially optimized memory usage https://github.com/apache/datafusion/pull/15947#discussion_r2073948962 ## Rationale for this change `iter().map(...).collect()` introduces intermediate allocations and this patch optimizes this behavior by reducing buffer allocation only once specifically of hex computation for `int64`. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
