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

Koji Noguchi commented on PIG-2839:
-----------------------------------

I'm seeing two unit tests failing that use mock.Storage.  Can this be related?

org.apache.pig.test.TestBuiltInBagToTupleOrString.testPigScriptrForBagToStringUDF
{noformat} 
junit.framework.AssertionFailedError: expected:<(a==b==c)> but 
was:<({(a),(b),(c)})>
        at 
org.apache.pig.test.TestBuiltInBagToTupleOrString.testPigScriptrForBagToStringUDF(TestBuiltInBagToTupleOrString.java:507)
{noformat} 


org.apache.pig.test.TestBuiltInBagToTupleOrString.testPigScriptMultipleElmementsPerTupleForBagToStringUDF
 
{noformat} 
junit.framework.AssertionFailedError: expected:<(a^b^c^d^e^f)> but 
was:<({(a,b),(c,d),(e,f)})>
        at 
org.apache.pig.test.TestBuiltInBagToTupleOrString.testPigScriptMultipleElmementsPerTupleForBagToStringUDF(TestBuiltInBagToTupleOrString.java:528)
{noformat} 
                
> mock.Storage overwrites output with the last relation written when storing 
> UNION
> --------------------------------------------------------------------------------
>
>                 Key: PIG-2839
>                 URL: https://issues.apache.org/jira/browse/PIG-2839
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Julien Le Dem
>            Assignee: Julien Le Dem
>             Fix For: 0.11
>
>         Attachments: PIG-2839.patch, PIG-2839_a.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to