Expressions not allowed inside foreach
--------------------------------------

                 Key: PIG-398
                 URL: https://issues.apache.org/jira/browse/PIG-398
             Project: Pig
          Issue Type: Bug
            Reporter: Olga Natkovich
            Assignee: Santhosh Srinivasan


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.

Reply via email to