AdamGS commented on issue #1207:
URL: https://github.com/apache/arrow-rs/issues/1207#issuecomment-1972927055

   I might pick this work up because I want to play around with IPC files a bit 
and most of the surrounding is already async. Any thoughts about module 
structure? In my mind there are two alternatives:
   1. Adding a new `sync` module for the existing reader/writer and a 
feature-flagged `async` module makes sense to me, but its a breaking change.
   2. using the similar structure to `parquet` where the async reader/writer 
each have their own module and both are behind the `async` feature flag.


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