alamb commented on PR #8162:
URL: https://github.com/apache/arrow-rs/pull/8162#issuecomment-3306949112

   > The motivation for #8262 seems to be making the `AsyncArrowWriter` API 
match `ArrowWriter`. Is the appropriate fix then to add 
`into_serialized_writer` to `AsyncArrowWriter` instead of `get_column_writers` 
and `append_row_group`?
   > 
   > cc @lilianm
   
   I am not sure -- what I would love to see is an example like this 
https://docs.rs/parquet/latest/parquet/arrow/arrow_writer/struct.ArrowColumnWriter.html#example-encoding-two-arrow-arrays-in-parallel
   
   That shows how to use whatever APIs we have to write data in parallel
   
   I am sorry I haven't found time to study this PR in detail. @adamreeve it 
sounds like you have some good ideas and have devoted time here. What would you 
recommend?
   
   


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

Reply via email to