You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Julien Le Dem (JIRA)" <ji...@apache.org> on 2016/12/06 05:28:58 UTC

[jira] [Resolved] (ARROW-403) [JAVA] UnionVector: Creating a transfer pair doesn't transfer the schema to destination vector

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

Julien Le Dem resolved ARROW-403.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 225
[https://github.com/apache/arrow/pull/225]

> [JAVA] UnionVector: Creating a transfer pair doesn't transfer the schema to destination vector
> ----------------------------------------------------------------------------------------------
>
>                 Key: ARROW-403
>                 URL: https://issues.apache.org/jira/browse/ARROW-403
>             Project: Apache Arrow
>          Issue Type: Bug
>            Reporter: Venki Korukanti
>
> UnionVector srcVector;
> UnionVector destVector;
> TransferPair pair = srcVector.makeTransferPair(destVector)
> Schema of the destination vector is an empty UNION, no child types. Schema is not transferred until the actual transfer happens. 
> Issue is we are not creating the transfers for child vectors in UnionVector.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)