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

invalid schema for databag constant

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.2.0
    • 0.2.0
    • None
    • None
    • Patch Available

    Description

      One = load 'foo' using PigStorage() as (one: int);
      DataBag = foreach One generate

      { ( 'a', 3, 'z' ), ( 'b', 3, 'z' ), ( 'a', 2, 'y' ), ( 'b', 2, 'y' ), ( 'a', 1, 'x' ), ( 'b', 1, 'x' ) }

      ;

      describe DataBag;

      The result is

      {bytearray}

      Attachments

        1. PIG-380.patch
          25 kB
          Santhosh Muthur Srinivasan

        Activity

          People

            sms Santhosh Muthur Srinivasan
            olgan Olga Natkovich
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: