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 2008/09/05 01:35:44 UTC

[jira] Resolved: (PIG-398) Expressions not allowed inside foreach

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

Olga Natkovich resolved PIG-398.
--------------------------------

    Resolution: Fixed

patch committed. thanks santhosh!

> Expressions not allowed inside foreach
> --------------------------------------
>
>                 Key: PIG-398
>                 URL: https://issues.apache.org/jira/browse/PIG-398
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Santhosh Srinivasan
>             Fix For: types_branch
>
>         Attachments: Pig-398.patch, Pig-398_1.patch
>
>
> The following used to work but no longer does:
> A = load 'data';
> B = group A by $0;
> C = foreach B{
>    D = MAX(A.$0)
>    generate D;
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.