limit with order by is broken in local mode
-------------------------------------------

                 Key: PIG-637
                 URL: https://issues.apache.org/jira/browse/PIG-637
             Project: Pig
          Issue Type: Bug
            Reporter: Olga Natkovich
            Assignee: Shubham Chopra


Shubham, could you take a look.

The following script when ran in local mode just ignores the limit and outputs 
the entire data set:

a = load 'studenttab10k' as (name, age,gpa);
b = order a by name;
c = limit b 10;
dump c;

The same script works fine in MR mode

-- 
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