kou commented on PR #19:
URL: https://github.com/apache/arrow-experiments/pull/19#issuecomment-1993680823

   We need to implement `arrow::ipc::StreamDecoder` bindings for streaming 
case. `arrow::ipc::StreamDecoder` is used by C++ client example: 
https://github.com/apache/arrow-experiments/blob/main/http/get_simple/cpp/client/client.cpp
   
   Because `Net::HTTP` provides read chunks to callback. It doesn't provide 
blocking read API. So we can't use `Arrow::RecordBatchStreamReader` that 
requires blocking read API. We need to use `arrow::ipc::StreamDecoder` for 
callback style read.


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