---------------------------------------------------------
Key: PIG-437
URL: https://issues.apache.org/jira/browse/PIG-437
Project: Pig
Issue Type: Bug
Affects Versions: types_branch
Reporter: Olga Natkovich
Assignee: Santhosh Srinivasan
Priority: Minor
Fix For: types_branch
Script:
grunt> a = load 'foo' as (foo, fas);
grunt> b = group a by foo;
grunt> c = foreach b generate group, SUM(a.fas);
>>
Parser things that last line is incomplete.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.