alamb opened a new issue, #8469:
URL: https://github.com/apache/arrow-rs/issues/8469

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   One thing I noticed while reviewing 
https://github.com/apache/arrow-rs/pull/8445#pullrequestreview-3271998568 with 
@etseidl was that the ParquetMetaData structure is substantially larger in 
memory when encryption is enabled. 
   
   Something else I noticed while working on 
https://github.com/apache/arrow-rs/pull/8340 is that the
   file decryption properties are `clone` (dee-copied) around a lot. 
   
   **Describe the solution you'd like**
   
   This is unnecessary and could be avoided by using 
`Arc<FileDecryptionProperties>` instead of `FileDecryptionProperties` directly.
   
   
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
   


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