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

   # Which issue does this PR close?
   
   TODO: Create associated issue.
   
   - Closes #NNN.
   
   # Rationale for this change
   
   When working with the library using encryption, we have sometimes found it 
necessary to modify an existing set of `WriterProperties` on a per-file basis 
to set specific encryption properties. More generally, others may need to use 
an existing set of `WriterProperties` as a template and modify the properties. 
I have implemented this feature by adding an `into_builder` method, which 
appears to be the standard approach in other parts of the library.
   
   
   # Are these changes tested?
   
   Yes, `test_writer_properties_builder` has been updated to add a round-trip 
test for `into_builder`.
   
   # Are there any user-facing changes?
   
   Yes. `WriterProperties` now has a new `into_builder` method.


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