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

Xuefu Zhang updated HIVE-6622:
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.14.0
           Status: Resolved  (was: Patch Available)

Patch committed to trunk. Thanks Wilbur for the contribution.

> UDF translate doesn't take either CHAR or VARCHAR as any of its arguments
> -------------------------------------------------------------------------
>
>                 Key: HIVE-6622
>                 URL: https://issues.apache.org/jira/browse/HIVE-6622
>             Project: Hive
>          Issue Type: Bug
>          Components: UDF
>    Affects Versions: 0.12.0
>            Reporter: Xuefu Zhang
>            Assignee: Wilbur Yang
>             Fix For: 0.14.0
>
>         Attachments: HIVE-6622.1.patch
>
>
> UDF translate(input, from, to) doesn't accept any CHAR or VARCHAR typed 
> argument.
> {code}
> hive> desc vc;
> c                     char(5)                 None                
> vc                    varchar(7)              None                
> s                     string                  None                
> hive> select translate("my input", c, "ll") from vc;
> FAILED: SemanticException [Error 10016]: Line 1:29 Argument type mismatch 
> 'c': A string argument was expected but an argument of type char(5) was given.
> {code}
> However, if the type is String, then the UDF works fine.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to