Renata Ghisloti Duarte de Souza created HIVE-3812: -----------------------------------------------------
Summary: 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.9.0, 0.8.1, 0.8.0, 0.10.0 Environment: Apache Ant 1.7.1 IBM JDK 6 Reporter: Renata Ghisloti Duarte de Souza Priority: Minor Fix For: 0.10.0, 0.8.1 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:<[[{}, 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