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

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

Liya Fan created ARROW-6143:
-------------------------------

             Summary: [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


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)