You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2021/12/21 16:41:27 UTC

[iceberg] branch master updated: ORC: Upgrade to 1.7.2 (#3779)

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

blue 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 4091f88  ORC: Upgrade to 1.7.2 (#3779)
4091f88 is described below

commit 4091f884be9d9338cff7c5591b830d00878eb260
Author: William Hyun <wi...@apache.org>
AuthorDate: Tue Dec 21 08:41:17 2021 -0800

    ORC: Upgrade to 1.7.2 (#3779)
---
 versions.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/versions.props b/versions.props
index f54248d..3574a37 100644
--- a/versions.props
+++ b/versions.props
@@ -4,7 +4,7 @@ org.apache.calcite:* = 1.10.0
 org.apache.flink:* = 1.12.5
 org.apache.hadoop:* = 2.7.3
 org.apache.hive:* = 2.3.8
-org.apache.orc:* = 1.7.1
+org.apache.orc:* = 1.7.2
 org.apache.parquet:* = 1.12.2
 org.apache.spark:spark-hive_2.11 = 2.4.8
 org.apache.spark:spark-avro_2.11 = 2.4.8