tustvold commented on issue #3740: URL: https://github.com/apache/arrow-rs/issues/3740#issuecomment-1438682974
I wonder if this could be achieved by simply writing a batch to an in-memory `Vec` using the current "blocking" writer, and then flushing the output to an async output. This would be more flexible, and likely significantly faster than an approach that integrates async at a lower level. -- 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]
