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 20f9ff6aec Build: Update ORC to 1.8.0 (#5699)
20f9ff6aec is described below
commit 20f9ff6aec67044be699dbfe7200a92bee4967fe
Author: William Hyun <[email protected]>
AuthorDate: Mon Sep 5 09:36:15 2022 -0700
Build: Update ORC to 1.8.0 (#5699)
---
versions.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versions.props b/versions.props
index 0cf930d186..b6b526c0a4 100644
--- a/versions.props
+++ b/versions.props
@@ -5,7 +5,7 @@ org.apache.flink:* = 1.14.3
org.apache.hadoop:* = 2.7.3
org.apache.hive:* = 2.3.8
org.apache.httpcomponents.client5:* = 5.1
-org.apache.orc:* = 1.7.6
+org.apache.orc:* = 1.8.0
org.apache.parquet:* = 1.12.3
org.apache.spark:spark-hive_2.11 = 2.4.8
org.apache.spark:spark-avro_2.11 = 2.4.8