[
https://issues.apache.org/jira/browse/PIG-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880421#action_12880421
]
Hadoop QA commented on PIG-1405:
--------------------------------
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12447492/StandardUDFtoPig4.patch
against trunk revision 955763.
-1 @author. The patch appears to contain 2 @author tags which the Pig
community has agreed to not allow in code contributions.
+1 tests included. The patch appears to include 5 new or modified tests.
-1 javadoc. The javadoc tool appears to have generated 1 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 failed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/343/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/343/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output:
http://hudson.zones.apache.org/hudson/job/Pig-Patch-h7.grid.sp2.yahoo.net/343/console
This message is automatically generated.
> Need to move many standard functions from piggybank into Pig
> ------------------------------------------------------------
>
> Key: PIG-1405
> URL: https://issues.apache.org/jira/browse/PIG-1405
> Project: Pig
> Issue Type: Improvement
> Reporter: Alan Gates
> Assignee: Aniket Mokashi
> Fix For: 0.8.0
>
> Attachments: StandardUDFtoPig.patch, StandardUDFtoPig3.patch,
> StandardUDFtoPig4.patch
>
>
> There are currently a number of functions in Piggybank that represent
> features commonly supported by languages and database engines. We need to
> decide which of these Pig should support as built in functions and put them
> in org.apache.pig.builtin. This will also mean adding unit tests and
> javadocs for some UDFs. The existing classes will be left in Piggybank for
> some time for backward compatibility.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.