You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2011/02/10 23:52:57 UTC

[jira] Resolved: (PIG-1773) Casting docs do not cover casting chararrays

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

Olga Natkovich resolved PIG-1773.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.8.0

Dmitry, the table was updated for 0.8. Could you please review to make sure that what you wanted to cover is there. If not, please, re-open with additional details.

> Casting docs do not cover casting chararrays
> --------------------------------------------
>
>                 Key: PIG-1773
>                 URL: https://issues.apache.org/jira/browse/PIG-1773
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Dmitriy V. Ryaboy
>            Assignee: Corinne Chandel
>             Fix For: 0.9.0, 0.8.0
>
>
> The documentation appears to be out of date in regards to casting chararrays.
> http://pig.apache.org/docs/r0.7.0/piglatin_ref2.html#Cast+Operators lists chararray as being uncastable to anything else.
> This isn't the case since PIG-893 
> grunt> x = load 'tmp/numbers' as (a:chararray, b:chararray);
> grunt> y = foreach x generate ((long) b) + 1;               
> grunt> z = foreach y generate (chararray) $0;               
> grunt> dump y
> (2L)
> (4L)
> (6L)
> (3L)
> (8L)
> grunt> dump z
> (2)
> (4)
> (6)
> (3)
> (8)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira