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

Keuntae Park commented on TAJO-358:
-----------------------------------

It looks good to me.
However, duplicated test cases exist in TestStringOperatorsAndFunctions.Java as 
follows:
{noformat}
  @Test
  public void testInitcap() throws IOException {
    testSimpleEval("select initcap('hi bro') ", new String[]{"Hi Bro"});
    testSimpleEval("select initcap('hi bro') ", new String[]{"Hi Bro"});
  }
}
{noformat}

> Implement initcap(string) function
> ----------------------------------
>
>                 Key: TAJO-358
>                 URL: https://issues.apache.org/jira/browse/TAJO-358
>             Project: Tajo
>          Issue Type: New Feature
>            Reporter: Seungun Choe
>            Assignee: Seungun Choe
>            Priority: Minor
>         Attachments: TAJO-358.patch
>
>
> I'd like to implement this function.
> Please assign to me.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to