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

Parser gobbles up the name of tuple in the bag

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.9.0
    • 0.9.2
    • parser
    • None

    Description

      grunt> a = load 'a' as (bag: {mytuple: (f1:int)});
      grunt> describe a;
      a: {bag: {(f1: int)}}
      

      Notice 'mytuple' is not there in describe.
      Same case is true even for getSchema() function of StoreFunc interface. There also name is missing. Fix for this issue should contain test case for that also.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ashutoshc Ashutosh Chauhan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: