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

In pig9, can't have limit(order by) without getting a null error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.0, 0.9.2
    • 0.9.2, 0.10.0, 0.11
    • None
    • None
    • Reviewed

    Description

      a = load 'thing' as (x:int);
      b = group a by x;
      c = foreach b generate group as x, COUNT(a) as count;
      d = limit (order c by count DESC) 2000;
      describe d;
      

      This gives the following error:

      2011-12-13 13:56:32,144 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1005: No plan for d to describe

      In trunk, it ran without issue. Not sure what the difference is, but it'd be nice to patch 0.9.2 since a lot of people (including amazon!) are using pig 9 now.

      Attachments

        1. PIG-2428-0.patch
          0.8 kB
          Daniel Dai
        2. PIG-2428-1.patch
          3 kB
          Jonathan Coveney
        3. PIG-2428-2.patch
          3 kB
          Daniel Dai

        Activity

          People

            jcoveney Jonathan Coveney
            jcoveney Jonathan Coveney
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: