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

Olga Natkovich resolved PIG-396.
--------------------------------

    Resolution: Invalid

GROUP is a keyword in pig. keywards can't be used as aliases

> Programmer-supplied schema can't include "group";
> -------------------------------------------------
>
>                 Key: PIG-396
>                 URL: https://issues.apache.org/jira/browse/PIG-396
>             Project: Pig
>          Issue Type: Bug
>          Components: grunt
>         Environment: Pre-2.0.
>            Reporter: John DeTreville
>            Priority: Critical
>
> If I type something like:
> out_minus = (FOREACH temp1 GENERATE FLATTEN( out_old )) AS (group, in);
> I get an error message related to the specified schema element name "group". 
> It would be great if, when I override a default schema, I can use the element 
> name "group".
> (I imagine this is just a parser bug.)

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