You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Xuefu Zhang (JIRA)" <ji...@apache.org> on 2011/03/23 18:38:05 UTC

[jira] [Updated] (PIG-1933) Hints such as 'collected' and 'skewed' for "group by" or "join by" should not be treated as tokens.

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

Xuefu Zhang updated PIG-1933:
-----------------------------

    Attachment: PIG-1933.patch

Unit tests passed. Test-patch run is in progress.

> Hints such as 'collected' and 'skewed' for "group by" or "join by" should not be treated as tokens.
> ---------------------------------------------------------------------------------------------------
>
>                 Key: PIG-1933
>                 URL: https://issues.apache.org/jira/browse/PIG-1933
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Xuefu Zhang
>            Assignee: Xuefu Zhang
>             Fix For: 0.9.0
>
>         Attachments: PIG-1933.patch
>
>
> The current parser implementation takes hints used for group by or join by such as 'collected' and 'skewed' as tokens, which is different from the old parser, causing some undesirable side-effects. For instance, the following query will fail.
> A = load 'skewed';
> This needs to be corrected to be consistent with the old parser.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira