Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-850

Dump produce wrong result while "store into" is ok

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.2.0
    • 0.4.0
    • impl
    • None

    Description

      The following script will wrongly produce 20 output, however, if we change dump to "store into", the result is correct. Not sure if the problem is only for limited sort case.

      A = load '/user/pig/tests/data/singlefile/studenttab10k' as (name, age, gpa);
      B = order A by gpa parallel 2;
      C = limit B 10;
      dump C;

      Attachments

        1. PIG-850.patch
          2 kB
          Daniel Dai

        Activity

          People

            daijy Daniel Dai
            daijy Daniel Dai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: