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: types_branch
            Reporter: Alan Gates
             Fix For: types_branch


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.

Reply via email to