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

Alan Gates updated PIG-904:
---------------------------

         Assignee: Alan Gates
    Fix Version/s: 0.9.0

> Conversion from double to chararray for udf input arguments does not occur
> --------------------------------------------------------------------------
>
>                 Key: PIG-904
>                 URL: https://issues.apache.org/jira/browse/PIG-904
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Pradeep Kamath
>            Assignee: Alan Gates
>             Fix For: 0.9.0
>
>
> Script showing the problem:
> {noformat}
>  "a = load '/user/pig/tests/data/singlefile/studenttab10k' as (name, age, 
> gpa:double); b = foreach a generate CONCAT(gpa, 'dummy'); dump b;"
> Error shown:
> 2009-08-03 17:04:27,573 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 
> 1045: Could not infer the matching function for org.apache.pig.builtin.CONCAT 
> as multiple or none of them fit. Please use an explicit cast.
> {noformat}
> The error goes away if gpa is casted to chararray.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to