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

   # Which issue does this PR close?
   
   - related to https://github.com/apache/datafusion/pull/19477
   
   
   # Rationale for this change
   
   I am tracking down allocations in various parts of the parquet reader (to 
remove them) and I ran across this in the cached reader. 
   
   # What changes are included in this PR?
   
   Use `Arc::clone` to make it clear there is no deep cloning going on . I 
don't expect this will have any impact on actual performance
   
   # Are these changes tested?
   
   By CI
   # 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