[ https://issues.apache.org/jira/browse/PIG-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903515#action_12903515 ]
Alan Gates commented on PIG-1565: --------------------------------- Unit tests run fine. When I run contrib tests, one of the tests in this patch fails: {code} Testsuite: org.apache.pig.piggybank.test.evaluation.string.TestString Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.751 sec ------------- Standard Error ----------------- 10/08/27 11:16:31 WARN string.SUBSTRING: invalid number of arguments to SUBSTRING ------------- ---------------- --------------- Testcase: testSimple took 0.683 sec FAILED expected:<lo> but was:<null> junit.framework.AssertionFailedError: expected:<lo> but was:<null> at org.apache.pig.piggybank.test.evaluation.string.TestString.go(Unknown Source) at org.apache.pig.piggybank.test.evaluation.string.TestString.testSimple(Unknown Source) Testcase: testFormatTypes took 0.048 sec {code} > additional piggybank datetime and string UDFs > --------------------------------------------- > > Key: PIG-1565 > URL: https://issues.apache.org/jira/browse/PIG-1565 > Project: Pig > Issue Type: Improvement > Reporter: Andrew Hitchcock > Assignee: Andrew Hitchcock > Fix For: 0.8.0 > > Attachments: PIG-1565-1.patch > > > Pig is missing a variety of UDFs that might be helpful for users implementing > Pig scripts. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.