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

[jira] [Resolved] (ARROW-5778) [Java] Extract the logic for vector data copying to the super classes

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

Micah Kornfield resolved ARROW-5778.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0

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

> [Java] Extract the logic for vector data copying to the super classes
> ---------------------------------------------------------------------
>
>                 Key: ARROW-5778
>                 URL: https://issues.apache.org/jira/browse/ARROW-5778
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: Liya Fan
>            Assignee: Liya Fan
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Currently, each vector has its own {{copyFrom}} method. The implementations for fixed-width vectors are similar, whereas the implementations for the variable-width vectors are similar.
> This issue extract such implementations to the base classes, with the following benefits:
> 1. Less code makes it easier to maintain
> 2. Move the method to the base class makes the method more convenient to use. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)