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-337) If limit size exceeds number of records in the file, a few records get dropped

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

Alan Gates reassigned PIG-337:
------------------------------

    Assignee: Daniel Dai

> If limit size exceeds number of records in the file, a few records get dropped
> ------------------------------------------------------------------------------
>
>                 Key: PIG-337
>                 URL: https://issues.apache.org/jira/browse/PIG-337
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.2.0
>            Reporter: Alan Gates
>            Assignee: Daniel Dai
>             Fix For: 0.2.0
>
>         Attachments: PIG-337.patch
>
>
> Given a file with 10k records, the following script returned 9996 records:
> a = load 'studenttab10k';
> b = limit a 100000;
> dump b;
> It looks like maybe the limit operator isn't returning its last record or something.

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