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

   
   
   # Which issue does this PR close?
   
   - Related to https://github.com/apache/arrow-rs/issues/7835
   - Follow on to https://github.com/apache/arrow-rs/pull/8470
   
   # Rationale for this change
   
   While [testing arrow 57](https://github.com/apache/datafusion/pull/17888) 
with DataFusion, I found there was a disconnect
   in the builders that the `FileDecryptionProperties` builder builds Arc and 
the `FileEncryptionProperties` builder builds the struct directly
   
   Let's make the APIs consistent
   
   This also allows encryption properties to be shared and cloned cheaply (I am 
not sure how often this is needed, but it seems like a reasonable thing to do)
   
   # What changes are included in this PR?
   
   See above
   
   # Are these changes tested?
   
   Yes, by existing tests
   
   # Are there any user-facing changes?
   
   This is an API change, started in 
https://github.com/apache/arrow-rs/pull/8470


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