rok commented on PR #8260: URL: https://github.com/apache/arrow-rs/pull/8260#issuecomment-3309523522
For completeness, here's a parallelized (over columns and row groups) encrypted [parquet writer in data fusion PR](https://github.com/apache/datafusion/pull/16738). It uses `ArrowRowGroupWriterFactory` in multiple threads to create column writers etc. Getting correct encryptors to multiple threads took us a couple of iterations. -- 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]
