You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/08/31 01:50:37 UTC

[GitHub] [arrow-julia] Moelf commented on issue #92: Re-use PyArrow memory via PyCall

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org