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

   > Looking at the code it feels like operations can be made async by 
switching out std::io with tokio::io
   
   For writing it should simply be a case of taking the output of 
`IpcDataGenerator::encoded_batch` and feeding the result to the appropriate 
async IO primitive.
   
   The read side will be slightly more complicated, but as you say is large 
similar to the current sync approach. I think the hard part will be avoiding 
large amounts of code duplication, which will likely require splitting out 
various utility functions to contain the common logic


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