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

Secondary alias gives problem, when it has alias in the group by statement.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • None
    • 0.9.0
    • None
    • None

    Description

      When I run the following script, I get the error: Could not open iterator for C.
      A = LOAD '/tmp' as (a:int, b:chararray, c:int);
      B = GROUP A BY (a, b);
      C = FOREACH B

      { bg = A.(b,c); GENERATE group, bg; }

      ;

      Attachments

        Issue Links

          Activity

            People

              xuefuz Xuefu Zhang
              nrai niraj rai
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: