alamb opened a new pull request, #9048:
URL: https://github.com/apache/arrow-rs/pull/9048

   # Which issue does this PR close?
   
   - RElated to  https://github.com/apache/datafusion/pull/19477
   
   # Rationale for this change
   
   While profiling   https://github.com/apache/datafusion/pull/19477 I noticed 
some additional clones we could avoid
   
   <img width="1504" height="927" alt="Screenshot 2025-12-26 at 12 03 00 PM" 
src="https://github.com/user-attachments/assets/958f76e2-53d0-4008-b224-d9275984cd1a";
 />
   
   I doubt this will be a huge deal but it does remove some allocations int he 
parquet read path
   
   # What changes are included in this PR?
   
   Use `into_data` rather than `to_data`
   
   # Are these changes tested?
   
   <!--
   We typically require tests for all PRs in order to:
   1. Prevent the code from being accidentally broken by subsequent changes
   2. Serve as another way to document the expected behavior of the code
   
   If tests are not included in your PR, please explain why (for example, are 
they covered by existing tests)?
   -->
   
   # Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   
   If there are any breaking changes to public APIs, please call them out.
   -->
   


-- 
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]

Reply via email to