[ 
https://issues.apache.org/jira/browse/PIG-2002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13022305#comment-13022305
 ] 

Xuefu Zhang commented on PIG-2002:
----------------------------------

Unit test passed. Patch is committed to trunk. Issue is resolved.

> Regression: Pig gives error "Projection with nothing to reference!" for a 
> valid query
> -------------------------------------------------------------------------------------
>
>                 Key: PIG-2002
>                 URL: https://issues.apache.org/jira/browse/PIG-2002
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>            Reporter: Xuefu Zhang
>            Assignee: Xuefu Zhang
>             Fix For: 0.9.0
>
>         Attachments: PIG-2002.patch
>
>
> Pig has problem parsing the following query:
> A = load 'x' as (u:map[], v);
> B = foreach A { T = (chararray)u#'hello'#'world'; generate T; };
> 2011-04-19 12:45:24,486 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 
> 2225: Projection with nothing to reference!

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to