You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Liya Fan (Jira)" <ji...@apache.org> on 2020/02/13 01:28:00 UTC

[jira] [Closed] (ARROW-5929) [Java] Define API for ExtensionVector whose data must be serialized prior to being sent via IPC

     [ https://issues.apache.org/jira/browse/ARROW-5929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Liya Fan closed ARROW-5929.
---------------------------
    Resolution: Later

> [Java] Define API for ExtensionVector whose data must be serialized prior to being sent via IPC
> -----------------------------------------------------------------------------------------------
>
>                 Key: ARROW-5929
>                 URL: https://issues.apache.org/jira/browse/ARROW-5929
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Wes McKinney
>            Assignee: Liya Fan
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 6h 10m
>  Remaining Estimate: 0h
>
> As being discussed on the mailing list, a possible use case for ExtensionVector involves having the Arrow buffers contain pointer-type values referring to memory outside of the Arrow memory heap. In IPC, such vectors would need to be serialized to a wholly Arrow-resident form, such as a VarBinaryVector. We do not have an API to allow for this, so this JIRA proposes to add new functions that can indicate to the IPC layer that an ExtensionVector requires additional serialization to a native Arrow type (in such case, the extension type metadata would be discarded)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)