You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ru...@apache.org on 2021/09/21 04:06:31 UTC

[iceberg] branch master updated: Core: Upgrade ORC dependency to 1.7.0 (#3160)

This is an automated email from the ASF dual-hosted git repository.

russellspitzer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 94322e3  Core: Upgrade ORC dependency to 1.7.0 (#3160)
94322e3 is described below

commit 94322e352b513e1a0c5e941e25d8d3de43045f2c
Author: William Hyun <wi...@apache.org>
AuthorDate: Mon Sep 20 21:06:21 2021 -0700

    Core: Upgrade ORC dependency to 1.7.0 (#3160)
---
 versions.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.props b/versions.props
index 6bf81cd..a488fd1 100644
--- a/versions.props
+++ b/versions.props
@@ -5,7 +5,7 @@ org.apache.flink:* = 1.12.1
 org.apache.hadoop:* = 2.7.3
 org.apache.hive:hive-metastore = 2.3.8
 org.apache.hive:hive-serde = 2.3.8
-org.apache.orc:* = 1.6.9
+org.apache.orc:* = 1.7.0
 org.apache.parquet:* = 1.12.0
 org.apache.spark:spark-hive_2.11 = 2.4.8
 org.apache.spark:spark-avro_2.11 = 2.4.8