diff --git a/pom.xml b/pom.xml index 5f124f8afe..0ec7ea75aa 100644 --- a/pom.xml +++ b/pom.xml @@ -184,7 +184,7 @@ 0.9.3 2.10.0 2.3 - 1.5.0 + 1.5.1 1.10.19 2.0.0-M5 4.1.17.Final diff --git a/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestOrcFile.java b/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestOrcFile.java index a2036f2f86..dc0da9c197 100644 --- a/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestOrcFile.java +++ b/ql/src/test/org/apache/hadoop/hive/ql/io/orc/TestOrcFile.java @@ -94,7 +94,6 @@ import org.apache.orc.TypeDescription; import org.junit.Assert; import org.junit.Before; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TestName; @@ -1657,7 +1656,6 @@ public void testWithoutIndex() throws Exception { rows.close(); } - @Ignore("ORC-367. Will be re-enabled in HIVE-19669") @Test public void testSeek() throws Exception { ObjectInspector inspector; @@ -1773,7 +1771,6 @@ public void testSeek() throws Exception { rows.close(); } - @Ignore("ORC-367. Will be re-enabled in HIVE-19669") @Test public void testZeroCopySeek() throws Exception { ObjectInspector inspector; diff --git a/standalone-metastore/pom.xml b/standalone-metastore/pom.xml index 7e4fefb31f..2570354243 100644 --- a/standalone-metastore/pom.xml +++ b/standalone-metastore/pom.xml @@ -80,7 +80,7 @@ 0.9.3 2.8.2 1.10.19 - 1.5.0 + 1.5.1 2.5.0 1.3.0 2.7.0-SNAPSHOT