[ 
https://issues.apache.org/jira/browse/HIVE-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Renata Ghisloti Duarte de Souza updated HIVE-3812:
--------------------------------------------------

    Description: 
When running testcase TestJdbcDriver with IBM Java 6, it fails with the 
following error:

    <failure message="expected:[[{}, 1], [{[c=d, a=b]}, 2]] but was:[[{}, 1], 
[{[a=b, c=d]}, 2]];" 
type="junit.framework.ComparisonFailure">junit.framework.ComparisonFailure: 
expected:&lt;[[{}, 1], [{[c=d, a=b]}, 2]] but was:[[{}, 1], [{[a=b, c=d]}, 2]];
        at junit.framework.Assert.assertEquals(Assert.java:85)
        at junit.framework.Assert.assertEquals(Assert.java:91)
        at 
org.apache.hadoop.hive.jdbc.TestJdbcDriver.testDataTypes(TestJdbcDriver.java:380)

  was:
When running testcase TestJdbcDriver with IBM Java 6, it fails with the 
following error:

    <failure message="expected:&lt;[[{}, 1], [{[c=d, a=b]}, 2]]&gt; but 
was:&lt;[[{}, 1], [{[a=b, c=d]}, 2]]&gt;" 
type="junit.framework.ComparisonFailure">junit.framework.ComparisonFailure: 
expected:&lt;[[{}, 1], [{[c=d, a=b]}, 2]]&gt; but was:&lt;[[{}, 1], [{[a=b, 
c=d]}, 2]]&gt;
        at junit.framework.Assert.assertEquals(Assert.java:85)
        at junit.framework.Assert.assertEquals(Assert.java:91)
        at 
org.apache.hadoop.hive.jdbc.TestJdbcDriver.testDataTypes(TestJdbcDriver.java:380)

    
> TestCase TestJdbcDriver fails with IBM Java 6
> ---------------------------------------------
>
>                 Key: HIVE-3812
>                 URL: https://issues.apache.org/jira/browse/HIVE-3812
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC, Tests
>    Affects Versions: 0.8.0, 0.8.1, 0.9.0, 0.10.0
>         Environment: Apache Ant 1.7.1
> IBM JDK 6
>            Reporter: Renata Ghisloti Duarte de Souza
>            Priority: Minor
>             Fix For: 0.8.1, 0.10.0
>
>
> When running testcase TestJdbcDriver with IBM Java 6, it fails with the 
> following error:
>     <failure message="expected:[[{}, 1], [{[c=d, a=b]}, 2]] but was:[[{}, 1], 
> [{[a=b, c=d]}, 2]];" 
> type="junit.framework.ComparisonFailure">junit.framework.ComparisonFailure: 
> expected:&lt;[[{}, 1], [{[c=d, a=b]}, 2]] but was:[[{}, 1], [{[a=b, c=d]}, 
> 2]];
>       at junit.framework.Assert.assertEquals(Assert.java:85)
>       at junit.framework.Assert.assertEquals(Assert.java:91)
>       at 
> org.apache.hadoop.hive.jdbc.TestJdbcDriver.testDataTypes(TestJdbcDriver.java:380)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to