You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2018/01/29 22:06:20 UTC

hive git commit: HIVE-18558: Upgrade orc version to 1.4.2 (Prasanth Jayachandran reviewed by Sergey Shelukhin)

Repository: hive
Updated Branches:
  refs/heads/master 6924b9cd4 -> 8a6f36e6f


HIVE-18558: Upgrade orc version to 1.4.2 (Prasanth Jayachandran reviewed by Sergey Shelukhin)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/8a6f36e6
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/8a6f36e6
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/8a6f36e6

Branch: refs/heads/master
Commit: 8a6f36e6feb9b7235d624682facd5960b9417f7a
Parents: 6924b9c
Author: Prasanth Jayachandran <pr...@apache.org>
Authored: Mon Jan 29 14:06:04 2018 -0800
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Mon Jan 29 14:06:04 2018 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/8a6f36e6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8218bcd..f1a50a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
     <libthrift.version>0.9.3</libthrift.version>
     <log4j2.version>2.10.0</log4j2.version>
     <opencsv.version>2.3</opencsv.version>
-    <orc.version>1.4.1</orc.version>
+    <orc.version>1.4.2</orc.version>
     <mockito-all.version>1.10.19</mockito-all.version>
     <mina.version>2.0.0-M5</mina.version>
     <netty.version>4.0.52.Final</netty.version>