You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jinho Kim (JIRA)" <ji...@apache.org> on 2016/02/15 07:25:18 UTC

[jira] [Resolved] (TAJO-2017) Replace manual array copy with Collection

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

Jinho Kim resolved TAJO-2017.
-----------------------------
       Resolution: Fixed
    Fix Version/s: 0.11.2
                   0.12.0

committed it.
Thanks for your contribution!

> Replace manual array copy with Collection
> -----------------------------------------
>
>                 Key: TAJO-2017
>                 URL: https://issues.apache.org/jira/browse/TAJO-2017
>             Project: Tajo
>          Issue Type: Task
>            Reporter: Dongkyu Hwangbo
>            Assignee: Dongkyu Hwangbo
>            Priority: Trivial
>              Labels: newbie
>             Fix For: 0.12.0, 0.11.2
>
>
> Copying of array contents to a collection where each element is added individually using a for loop. Such constructs may be replaced by a call to Collection.addAll(Arrays.asList()) or Collections.addAll().



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