-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: spark-branch
-
Component/s: spark
-
Labels:None
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.