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

query with consecutive union-onschema statement errors out

    XMLWordPrintableJSON

Details

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

    Description

      grunt> l = load 't.txt' as (a,b);
      grunt> f1 = foreach l generate (chararray)a;
      grunt> u = union onschema f1, l;
      grunt> u2 = union onschema u, f1;
      2010-10-07 11:13:17,348 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1000: Error during parsing. null
      Details at logfile: /Users/tejas/pig-0.8/branch-0.8/pig_1286475169418.log

      Attachments

        1. PIG-1673.1.patch
          36 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: