joseph-isaacs commented on issue #6533: URL: https://github.com/apache/arrow-rs/issues/6533#issuecomment-2402758409
What about `stream.into_stream()` and then use futures crate? For example `stream.into_stream().collect::<Vec<_>>()` gives a vec of all items as a future. -- 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]
