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

Keuntae Park commented on TAJO-359:
-----------------------------------

In testLpad() method of TestStringOperatorsAndFunctions.java,
there is a code line that
{noformat}
 testSimpleEval("select lPAD('가나다라', 3) ", new String[]{"가나다"});
{noformat}
As I know, Oracle uses byte length in lpad(), so above test will not pass in 
Oracle.
I'm not sure whether we should follow Oracle or make another function ipadb() 
for byte length like strposb() case.

> 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, TAJO-359_1.patch, TAJO-359_2.patch, 
> TAJO-359_3.patch, TAJO-359_4.patch, TAJO-359_5.patch
>
>
> I'd like to lmplement this function.
> Plz assign to me :)



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

Reply via email to