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


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.

Reply via email to