You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Xuefu Zhang (JIRA)" <ji...@apache.org> on 2011/03/10 20:24:59 UTC

[jira] Resolved: (PIG-1545) Secondary alias gives problem, when it has alias in the group by statement.

     [ 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