You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/12/01 04:59:35 UTC

[jira] [Resolved] (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 ]

Hyunsik Choi resolved TAJO-347.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8-incubating

I've just committed this patch to master branch. Thank you for your contribution!

> 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
>             Fix For: 0.8-incubating
>
>         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)