Secondary alias gives problem, when it has alias in the group by statement.
---------------------------------------------------------------------------
Key: PIG-1545
URL: https://issues.apache.org/jira/browse/PIG-1545
Project: Pig
Issue Type: Bug
Reporter: niraj rai
When I run the following script, I get the error: Could not open iterator for C.
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; } ;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.