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

Pradeep Kamath updated PIG-1392:
--------------------------------

    Fix Version/s: 0.8.0
                       (was: 0.7.0)

Unlinking this from 0.7 release and moving to 0.8 since there is a workaround.

> Parser fails to recognize valid field
> -------------------------------------
>
>                 Key: PIG-1392
>                 URL: https://issues.apache.org/jira/browse/PIG-1392
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Ankur
>             Fix For: 0.8.0
>
>
> Using this script below, parser fails to recognize a valid field in the 
> relation and throws error
> A = LOAD '/tmp' as (a:int, b:chararray, c:int);
> B = GROUP A BY (a, b);
> C = FOREACH B { bg = A.(b,c); GENERATE group, bg; } ;
> The error thrown is
> 2010-04-23 10:16:20,610 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 
> 1000: Error during parsing. Invalid alias: c in {group: (a: int,b: 
> chararray),A: {a: int,b: chararray,c: int}}

-- 
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