[
https://issues.apache.org/jira/browse/PIG-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xuefu Zhang resolved PIG-1545.
------------------------------
Resolution: Cannot Reproduce
Cannot be produced in trunk as well as in 0.9. Case is closed.
> 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
> Assignee: Xuefu Zhang
> Fix For: 0.9.0
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira