You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Santhosh Srinivasan (JIRA)" <ji...@apache.org> on 2008/09/30 02:55:44 UTC

[jira] Updated: (PIG-437) parser gets confused if "as" is used inside of expression

     [ https://issues.apache.org/jira/browse/PIG-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Santhosh Srinivasan updated PIG-437:
------------------------------------

    Attachment: PIG-437.patch

Attached patch that fixes the AS issue. It also fixes a similar problem with generate

> 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.