[
https://issues.apache.org/jira/browse/TAJO-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14985494#comment-14985494
]
ASF GitHub Bot commented on TAJO-1946:
--------------------------------------
GitHub user dkhwangbo opened a pull request:
https://github.com/apache/tajo/pull/839
TAJO-1946: Change Projectable::setTargets and getTargets to set and get
List<Target>
I change Projectable::setTargets, getTargets, and related part.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dkhwangbo/tajo TAJO-1946_2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/839.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 #839
----
commit 8ae48b9c626ff2cce0e40d8577ea8a26089fe1e4
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-11-02T13:08:41Z
initial commit
commit fcd4629b5b9631e03522145cbe099237abcfa7f6
Author: Dongkyu Hwangbo <[email protected]>
Date: 2015-11-02T16:30:23Z
fix overall
----
> Change Projectable::setTargets and getTargets to set and get List<Target>
> -------------------------------------------------------------------------
>
> Key: TAJO-1946
> URL: https://issues.apache.org/jira/browse/TAJO-1946
> Project: Tajo
> Issue Type: Sub-task
> Components: Planner/Optimizer
> Reporter: Hyunsik Choi
> Assignee: Dongkyu Hwangbo
> Priority: Minor
> Labels: newbie
>
> See TAJO-1938. It would simplify lots of codes for 'for-loop' on Targets if
> we change {{Projectable::setTargets}} and {{getTargets}} to set and get
> {{List<Target>}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)