Description
To reproduce the issue, do:
ant clean test -Dtestcase=TestPackage
The test fails with the following error:
No test case for type biginteger junit.framework.AssertionFailedError: No test case for type biginteger at org.apache.pig.test.TestPackage.pickTest(TestPackage.java:153) at org.apache.pig.test.TestPackage.testOperator(TestPackage.java:171)
Apparently, this is broken by PIG-2764.
Attachments
Attachments
Issue Links
- is broken by
-
PIG-2764 Add a biginteger and bigdecimal type to pig
- Closed