[ https://issues.apache.org/jira/browse/PIG-936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750651#action_12750651 ]
Hadoop QA commented on PIG-936: ------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12418422/Pig_936_3.Patch against trunk revision 810327. +1 @author. The patch does not contain any @author tags. +1 tests included. The patch appears to include 6 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 failed core unit tests. +1 contrib tests. The patch passed contrib unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/9/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/9/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Console output: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/9/console This message is automatically generated. > making dump and PigDump independent from Tuple.toString > ------------------------------------------------------- > > Key: PIG-936 > URL: https://issues.apache.org/jira/browse/PIG-936 > Project: Pig > Issue Type: Bug > Affects Versions: 0.3.0 > Reporter: Olga Natkovich > Assignee: Jeff Zhang > Fix For: 0.4.0 > > Attachments: Pig_936.Patch, Pig_936_2.Patch, Pig_936_3.Patch > > > Since Tuple is an interface, a toString implementation can change from one > tuple implementation to the next. This means that format of dump and PigDump > will be different depending on the tuples processed. This could be quite > confusing to the users. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.