jwimberl opened a new issue, #45791:
URL: https://github.com/apache/arrow/issues/45791

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   I need to read IPC from a named pipe on Linux. The RecordBatchStreamReader 
constructor requires some input object that's an implementation of the 
arrow::io::InputStream interface. Looking through documentation, so far I've 
just found the arrow::io::ReadableFile implementation (inapplicable) and 
arrow::io::StdinStream, and some others that looked like adaptors of different 
sorts. Is there a canonical class for reading from a FIFO, or should I just 
adapt the StdinStream class?
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to