You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2008/07/25 07:47:31 UTC

[jira] Updated: (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 ]

Daniel Dai updated PIG-338:
---------------------------

    Attachment: PIG-338.patch

> 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: types_branch
>            Reporter: Daniel Dai
>             Fix For: types_branch
>
>         Attachments: PIG-338.patch
>
>
> 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.