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

   Closes #7359.
   
   # Rationale for this change
   
   This is to enable concurrent column writing with encryption downstream (e.g. 
with datafusion). See #7359 for more.
   See https://github.com/apache/arrow-rs/pull/7111/files#r2015196618
   
   # What changes are included in this PR?
   
   * `ArrowRowGroupWriterFactory.create_row_group_writer` now passes a 
`FileEncryptor` to `ArrowColumnWriterFactory` that can later be used to write 
columns concurrently.
   * Several methods and properties are now `pub`.
   * Minor change to how encryption tests read test data.
   
   # Are these changes tested?
   
   Yes.
   
   # Are there any user-facing changes?
   
   `ArrowRowGroupWriterFactory`, `ArrowRowGroupWriter`, 
`ArrowRowGroupWriterFactory::new`, 
`ArrowRowGroupWriterFactory.create_row_group_writer `, .. are now `pub`. 
Shouldn't be breaking but perhaps needs review.
   


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