[ 
https://issues.apache.org/jira/browse/PIG-1673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thejas M Nair updated PIG-1673:
-------------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Patch committed to 0.8 branch and trunk.


> query with consecutive union-onschema statement errors out
> ----------------------------------------------------------
>
>                 Key: PIG-1673
>                 URL: https://issues.apache.org/jira/browse/PIG-1673
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.8.0
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 0.8.0
>
>         Attachments: PIG-1673.1.patch
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to