Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
ant -Dtestcase=TestNullConstant -Dexectype=spark -DdebugPort=9999 -Dhadoopversion=23 test
You will find following unit test failure:
Error Message
expected:<4> but was:<3>
Stacktrace
junit.framework.AssertionFailedError: expected:<4> but was:<3>
at org.apache.pig.test.TestNullConstant.testOuterJoin(TestNullConstant.java:117)
It failed because the actual result of the group operator is not in the same order as expected result.