tom-s-powell opened a new issue, #39687:
URL: https://github.com/apache/arrow/issues/39687

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   In Java I have access to an `ArrowArrayStream` (via 
`ArrowArrayStreamReader`). I was wondering the most efficient way to serialize 
that in the IPC streaming format. I know I can use `ArrowStreamWriter` and 
together that requires various loading/unloading of `VectorSchemaRoot` or 
`ArrowRecordBatch`. I didn't know if there was an alternative way of 
serializing the stream to a `WriteChannel` that avoided any overhead of going 
to/from `VectorSchemaRoot`.
   
   ### Component(s)
   
   C, Java


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