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

Pig error: ERROR 2013: Moving LOLimit in front of LOStream is not implemented

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.7.0
    • 0.8.0
    • impl
    • None
    • Reviewed

    Description

      The following script fail due to "ERROR 2013: Moving LOLimit in front of LOStream is not implemented".

      A = LOAD 'data';
      B = STREAM A THROUGH `stream.pl`;
      C = LIMIT B 10;
      explain C;
      

      Attachments

        1. PIG-1445-1.patch
          3 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: