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

multiple star projection in a statement does not produce the right plan

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.0
    • 0.9.0
    • None
    • None

    Description

      grunt> l = load 'x' as (a,b,c);
      grunt> f = foreach l generate * ,*;
      grunt> describe f;
      f: {a: bytearray,b: bytearray,c: bytearray,(a: bytearray,b: bytearray,c: bytearray)}
      -- Note that the 2nd project-star contents are going into a tuple
      

      Attachments

        1. PIG-1897.1.patch
          1 kB
          Thejas Nair

        Activity

          People

            thejas Thejas Nair
            thejas Thejas Nair
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: