You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "DaeMyung Kang (JIRA)" <ji...@apache.org> on 2013/11/30 19:34:35 UTC

[jira] [Updated] (TAJO-347) Fix bug when to call function with insensitive function name.

     [ https://issues.apache.org/jira/browse/TAJO-347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

DaeMyung Kang updated TAJO-347:
-------------------------------

    Attachment: TAJO-347.patch

Please review this patch.

> Fix bug when to call function with insensitive function name.
> -------------------------------------------------------------
>
>                 Key: TAJO-347
>                 URL: https://issues.apache.org/jira/browse/TAJO-347
>             Project: Tajo
>          Issue Type: Bug
>          Components: operator/function/udf
>            Reporter: DaeMyung Kang
>            Assignee: DaeMyung Kang
>            Priority: Minor
>         Attachments: TAJO-347.patch
>
>
> This case successed.
> ltrim("   123")
> but these cases failed.
> LTRIM("   123")
> lTRIM("   123")



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