You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/11 09:09:11 UTC

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

    [ https://issues.apache.org/jira/browse/TAJO-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15052391#comment-15052391 ] 

ASF GitHub Bot commented on TAJO-2017:
--------------------------------------

GitHub user dkhwangbo opened a pull request:

    https://github.com/apache/tajo/pull/907

    TAJO-2017: Replace manual array copy with Collection

    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().

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dkhwangbo/tajo TAJO-2017

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/907.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #907
    
----
commit 1df496222939e4e9ab4cce7c5acd9d221ccc3963
Author: Dongkyu Hwangbo <hw...@gmail.com>
Date:   2015-12-11T08:05:03Z

    initial commit

commit 53b40e9265215b3980ebb8ab074b8fe15a58c63e
Author: Dongkyu Hwangbo <hw...@gmail.com>
Date:   2015-12-11T08:08:01Z

    rollback unnecessarily changed

----


> 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
>
> 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)