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

Hadoop QA commented on PIG-816:
-------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12409405/PIG-816.patch
  against trunk revision 779788.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac 
compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 release audit.  The applied patch does not increase the total number of 
release audit warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: 
http://hudson.zones.apache.org/hudson/job/Pig-Patch-minerva.apache.org/63/testReport/
Findbugs warnings: 
http://hudson.zones.apache.org/hudson/job/Pig-Patch-minerva.apache.org/63/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output: 
http://hudson.zones.apache.org/hudson/job/Pig-Patch-minerva.apache.org/63/console

This message is automatically generated.

> PigStorage() does not accept Unicode characters in its contructor 
> ------------------------------------------------------------------
>
>                 Key: PIG-816
>                 URL: https://issues.apache.org/jira/browse/PIG-816
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.3.0
>            Reporter: Viraj Bhat
>            Assignee: Pradeep Kamath
>            Priority: Critical
>             Fix For: 0.3.0
>
>         Attachments: PIG-816.patch, pig_1243043613713.log
>
>
> Simple Pig script which uses Unicode characters in the PigStorage() 
> constructor fails with the following error:
> {code}
> studenttab = LOAD '/user/viraj/studenttab10k' AS (name:chararray, 
> age:int,gpa:float);
> X2 = GROUP studenttab by age;
> Y2 = FOREACH X2 GENERATE group, COUNT(studenttab);
> store Y2 into '/user/viraj/y2' using PigStorage('\u0001');
> {code}
> ========================================================================================
> ERROR org.apache.pig.tools.grunt.GruntParser - ERROR 2997: Unable to recreate 
> exception from backend error: org.apache.hadoop.ipc.RemoteException: 
> java.io.IOException: java.lang.RuntimeException: 
> org.xml.sax.SAXParseException: Character reference "&#1" is an invalid XML 
> character.
> ========================================================================================
> Attaching log file.

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