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

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

Github user jihoonson commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/839#discussion_r44932314
  
    --- Diff: tajo-common/src/main/java/org/apache/tajo/util/StringUtils.java 
---
    @@ -377,23 +379,87 @@ public static String unescapePathName(String path) {
       }
     
       /**
    +   * Concatenate all objects' string with the delimiter ", "
    +   *
    +   * @param objects Iterable objects
    +   * @return A joined string
    +   */
    +  public static String join(Iterable objects) {
    --- End diff --
    
    You need to add some tests for newly added methods.


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

Reply via email to