[ https://issues.apache.org/jira/browse/HIVE-6622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14036917#comment-14036917 ]
Xuefu Zhang commented on HIVE-6622: ----------------------------------- [~wilbur.yang] Thanks for submitting the patch. However, you need to send an email to dev@hive.apache.org requesting to be included as a contributor. After that, the JIRA can be assigned to you. +1 pending on the test run. > 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 > 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)