You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/08/06 03:07:00 UTC

[jira] [Updated] (ARROW-6143) [Java] Unify the copyFrom and copyFromSafe methods for all vectors

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

ASF GitHub Bot updated ARROW-6143:
----------------------------------
    Labels: pull-request-available  (was: )

> [Java] Unify the copyFrom and copyFromSafe methods for all vectors
> ------------------------------------------------------------------
>
>                 Key: ARROW-6143
>                 URL: https://issues.apache.org/jira/browse/ARROW-6143
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Liya Fan
>            Assignee: Liya Fan
>            Priority: Minor
>              Labels: pull-request-available
>
> Some vectors have their own implementations of copyFrom and copyFromSafe methods. 
> Since we have extracted the copyFrom and copyFromSafe methods to the base interface (see ARROW-6021), we want all vectors' implementations to override the methods from the super interface.
> This will provide a unified way of copying data elements. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)