[
https://issues.apache.org/jira/browse/PIG-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Santhosh Srinivasan updated PIG-437:
------------------------------------
Patch Info: [Patch Available]
> parser gets confused if "as" is used inside of expression
> ---------------------------------------------------------
>
> 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
>
> Attachments: PIG-437.patch
>
>
> 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.