pi-guy-in-the-sky opened a new issue #10844: URL: https://github.com/apache/arrow/issues/10844
I'm currently working on a tool in C++ which needs to fetch data from an S3 bucket. Calling `arrow::fs::S3FileSystem::OpenInputStream` allows me to get an `arrow::io::InputStream` that can read from the file. However, an external library in my application needs to read from the file through an `std::istream`. Is there any way I can get an `std::istream` from an `arrow::io::InputStream`? -- 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