thisisnic commented on issue #47002:
URL: https://github.com/apache/arrow/issues/47002#issuecomment-3925330354

   Closing this due to no response from user in a long time.  This should be 
achievable via the public api:
   
     - `write_ipc_stream(x, sink)` - where sink can be a connection (it calls 
`make_output_stream` internally which handles connections)                      
     
     - `read_ipc_stream(file)` - where file can be a connection (it calls 
`make_readable_file internally` which handles connections) 


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