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

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

Test-patch run: (no new file in the patch, so release audit warnings can be 
ignored.)

     [exec] -1 overall.
     [exec]
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec]
     [exec]     +1 tests included.  The patch appears to include 3 new or 
modified tests.
     [exec]
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning 
messages.
     [exec]
     [exec]     +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.
     [exec]
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
     [exec]
     [exec]     -1 release audit.  The applied patch generated 581 release 
audit warnings (more than the trunk's current 564 warnings).


> 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.10
>
>         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