You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "JaeHwa Jung (JIRA)" <ji...@apache.org> on 2013/12/03 10:46:38 UTC

[jira] [Commented] (TAJO-359) Implement lpad function

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

JaeHwa Jung commented on TAJO-359:
----------------------------------

'mvn clean install' failed.
I found error messages as follows:
{code:xml}
Failed tests:   testlpad(org.apache.tajo.engine.function.TestStringOperatorsAndFunctions): select lpad('hi', 5, 'xy')  expected:<[hixyx]> but was:<[xyxhi]>

Tests run: 417, Failures: 1, Errors: 0, Skipped: 0
{code}

> Implement lpad function
> -----------------------
>
>                 Key: TAJO-359
>                 URL: https://issues.apache.org/jira/browse/TAJO-359
>             Project: Tajo
>          Issue Type: New Feature
>            Reporter: Seungun Choe
>            Assignee: Seungun Choe
>            Priority: Minor
>         Attachments: TAJO-359.patch
>
>
> I'd like to lmplement this function.
> Plz assign to me :)



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