rok opened a new pull request, #8029: URL: https://github.com/apache/arrow-rs/pull/8029
- 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? * `ArrowWriter` now has a `pub get_column_writers` method that can be used to write columns concurrently. * Minor change to how encryption tests read test data. # Are these changes tested? Yes. # Are there any user-facing changes? `ArrowWriter.get_column_writers` is added. `WriterPropertiesBuilder.with_defaults` is now `pub`. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org