TestBuiltin has an error in testSumFinal
-----------------------------------------
Key: PIG-413
URL: https://issues.apache.org/jira/browse/PIG-413
Project: Pig
Issue Type: Bug
Affects Versions: types_branch
Reporter: Pradeep Kamath
Fix For: types_branch
Here's the error:
{noformat}
Testcase: testSUMFinal took 0.005 sec
Caused an ERROR
Caught exception in IntSum.Final [java.lang.Integer]
java.io.IOException: Caught exception in IntSum.Final [java.lang.Integer]
at org.apache.pig.builtin.IntSum$Final.exec(IntSum.java:90)
at org.apache.pig.builtin.IntSum$Final.exec(IntSum.java:71)
at org.apache.pig.test.TestBuiltin.testSUMFinal(TestBuiltin.java:436)
Caused by: java.lang.ClassCastException: java.lang.Integer
... 18 more
{noformat}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.