[ https://issues.apache.org/jira/browse/HIVE-10030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14370947#comment-14370947 ]
Yi Zhou commented on HIVE-10030: -------------------------------- This unit test case run with JDK1.8 > The unit test of testNewInputFormat case got failure > ---------------------------------------------------- > > Key: HIVE-10030 > URL: https://issues.apache.org/jira/browse/HIVE-10030 > Project: Hive > Issue Type: Bug > Components: Tests > Affects Versions: 0.14.0 > Reporter: Yi Zhou > > Running org.apache.hadoop.hive.ql.io.orc.TestNewInputOutputFormat > Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 10.126 sec > <<< FAILURE! - in org.apache.hadoop.hive.ql.io.orc.TestNewInputOutputFormat > testNewInputFormat(org.apache.hadoop.hive.ql.io.orc.TestNewInputOutputFormat) > Time elapsed: 4.938 sec <<< FAILURE! > junit.framework.ComparisonFailure: expected:<...in}, {1234, hat}], > {[mauddib={1, mauddib}, chani={5, chani]}}, 2000-03-12 15:00...> but > was:<...in}, {1234, hat}], {[chani={5, chani}, mauddib={1, mauddib]}}, > 2000-03-12 15:00...> > at junit.framework.Assert.assertEquals(Assert.java:100) > at junit.framework.Assert.assertEquals(Assert.java:107) > at > org.apache.hadoop.hive.ql.io.orc.TestNewInputOutputFormat.testNewInputFormat(TestNewInputOutputFormat.java:125) > For reproduce this test case, run "mvn test > -Dtest=TestNewInputOutputFormat#testNewInputFormat -Phadoop-2" > > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)