tustvold commented on PR #41801:
URL: https://github.com/apache/arrow/pull/41801#issuecomment-2127657925

   My C++ is extremely rust but it would broadly something like
   
   ```
   class ByteStream {
       virtual Option<Result<Bytes>> next() = 0;
   }
   ```
   
   i.e. it is just something you read from and have no control over chunking. 
I'm sorry I can't be more helpful, I have very little grasp of what arrow-cpp 
does here, I was asked for my opinion, and in arrow-rs we go to lengths to keep 
this a detail of the IO subsystem alone. Whether that is something arrow-cpp 
can do at this stage, I don't know


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