You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "kexianda (JIRA)" <ji...@apache.org> on 2015/06/11 10:55:01 UTC

[jira] [Commented] (PIG-4597) Enable "TestNullConstant" unit test in spark mode

    [ https://issues.apache.org/jira/browse/PIG-4597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14581694#comment-14581694 ] 

kexianda commented on PIG-4597:
-------------------------------

Hi [~kellyzly] & [~mohitsabharwal],  

PIG-4597.patch is attached. Please help review the code.  Thanks.  

Regards,
Xianda


> Enable "TestNullConstant" unit test in spark mode 
> --------------------------------------------------
>
>                 Key: PIG-4597
>                 URL: https://issues.apache.org/jira/browse/PIG-4597
>             Project: Pig
>          Issue Type: Sub-task
>          Components: spark
>            Reporter: kexianda
>            Assignee: kexianda
>             Fix For: spark-branch
>
>         Attachments: PIG-4597.patch
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)