[
https://issues.apache.org/jira/browse/PIG-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Santhosh Srinivasan updated PIG-398:
------------------------------------
Patch Info: [Patch Available]
> 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
>
>
> 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.