You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2018/08/07 15:18:00 UTC

[jira] [Commented] (ARROW-2892) [Plasma] Implement interface to get Java arrow objects from Plasma

    [ https://issues.apache.org/jira/browse/ARROW-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16571825#comment-16571825 ] 

Jacques Nadeau commented on ARROW-2892:
---------------------------------------

Arrow Java manages all memory using ArrowBuf. This would probably require:
 * Enhancing The BufferAllocator and ArrowBuf to support wrapping an existing allocated slice of memory.
 * Creating an interface to expose get/put of ArrowRecordBatch.
 * Some way of viewing stream information, etc.

 

> [Plasma] Implement interface to get Java arrow objects from Plasma
> ------------------------------------------------------------------
>
>                 Key: ARROW-2892
>                 URL: https://issues.apache.org/jira/browse/ARROW-2892
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Philipp Moritz
>            Priority: Major
>
> Currently we have a low level interface to access bytes stored in plasma from Java, using the JNI: [https://github.com/apache/arrow/pull/2065/]
>  
> As a followup, we should implement reading (and writing) Java arrow objects from plasma, if possible using zero-copy.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)