You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Steven Phillips (JIRA)" <ji...@apache.org> on 2016/10/20 23:37:58 UTC

[jira] [Created] (ARROW-347) Add method to pass CallBack when creating a transfer pair

Steven Phillips created ARROW-347:
-------------------------------------

             Summary: Add method to pass CallBack when creating a transfer pair
                 Key: ARROW-347
                 URL: https://issues.apache.org/jira/browse/ARROW-347
             Project: Apache Arrow
          Issue Type: Bug
          Components: Java - Vectors
            Reporter: Steven Phillips
            Assignee: Steven Phillips


When calling the getTransferPair method of a NullableMapVector, we pass the current vectors callback to the newly created vector. This is wrong, as the new vector needs to have its own callback. Whoever is using the target vector should have a handle on the callBack to deal with schema changes.



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