You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2009/11/12 05:21:39 UTC

[jira] Assigned: (PIG-338) limit return uncorrect records following distinct

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

Alan Gates reassigned PIG-338:
------------------------------

    Assignee: Daniel Dai

> limit return uncorrect records following distinct
> -------------------------------------------------
>
>                 Key: PIG-338
>                 URL: https://issues.apache.org/jira/browse/PIG-338
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.2.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.2.0
>
>         Attachments: PIG-338-2.patch, PIG-338.patch, TEST-org.apache.pig.test.TestLogicalOptimizer.txt
>
>
> The following script return fewer records than expected:
> a = load 'f';
> b = distinct a;
> c = limit b 10;
> dump c;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.