[
https://issues.apache.org/jira/browse/PIG-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olga Natkovich updated PIG-398:
-------------------------------
Fix Version/s: types_branch
Affects Version/s: types_branch
> 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
>
>
> 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.