Moelf commented on issue #92:
URL: https://github.com/apache/arrow-julia/issues/92#issuecomment-1232355658

   I have re-kindled hope for this, from 
https://arrow.apache.org/docs/python/ipc.html
   
   if we replace `sink` with a Julia buffer does that work? @quinnj I think 
this is the IPC stream chunk (of bytes) you mentioned earlier, that supposedly 
Julia can just
   ```julia
   Arrow.Table(unsafe_wrap(Vector{UInt8}, ptr, len))
   ```
   
   around?


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