[ https://issues.apache.org/jira/browse/PIG-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860922#action_12860922 ]
Hadoop QA commented on PIG-1303: -------------------------------- +1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12442837/PIG-1303.patch against trunk revision 937570. +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-h7.grid.sp2.yahoo.net/302/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/302/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html Console output: http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/302/console This message is automatically generated. > unable to set outgoing format for > org.apache.pig.piggybank.evaluation.util.apachelogparser.DateExtractor > -------------------------------------------------------------------------------------------------------- > > Key: PIG-1303 > URL: https://issues.apache.org/jira/browse/PIG-1303 > Project: Pig > Issue Type: Bug > Affects Versions: 0.6.0 > Environment: pig 0.6.0 on a fedora linux machine, jdk 1.6 u11 > Reporter: Johannes Rußek > Assignee: Dmitriy V. Ryaboy > Fix For: 0.7.0, 0.8.0 > > Attachments: PIG-1303.patch, TypeCheckingVisitor.java.diff > > > I'm unable to set the format of the outgoing date string in the constructor > as it's supposed to work. > The only way i could change the format was to change the default in the java > class and rebuild piggybank. > Apparently this has something to do with the way pig instantiates > DateExtractor, quoting a replier on the mailing list: > David Vrensk said: > I ran into the same problem a couple of weeks ago, and > played around with the code inserting some print/log statements. It turns > out that the arguments are only used in the initial constructor calls, when > the pig process is starting, but once pig reaches the point where it would > use the udf, it creates new DateExtractors without passing the arguments. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.