adamreeve commented on PR #8260:
URL: https://github.com/apache/arrow-rs/pull/8260#issuecomment-3304098531

   I came across this PR via #8162. We'd initially wanted to expose 
`ArrowRowGroupWriter` in #7818 to allow access to column writers that can use 
the internal `FileEncryptor` to support finer-grained control and 
multi-threading when writing encrypted Parquet. But we went with a different 
approach (#8029 and then #8162) to avoid exposing too many details that might 
be refactored soon, based on 
https://github.com/apache/arrow-rs/pull/7818/files#r2201592759. Is that still a 
concern?
   
   And is exposing `ArrowRowGroupWriter` still necessary? #8162 exposes 
`ArrowRowGroupWriterFactory` instead and adds a method to get a vector of 
`ArrowColumnWriter`, so this might not be needed.


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