From a5baefa90778b068956cb24921148fed1c91cb9c Mon Sep 17 00:00:00 2001 From: Emilio Date: Thu, 14 Nov 2024 12:22:06 -0500 Subject: [PATCH] GEOMESA-3417 Update orc to 1.9.5 (#3235) --- build/cqs.tsv | 6 +++--- docs/user/upgrade.rst | 1 + pom.xml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build/cqs.tsv b/build/cqs.tsv index dac1e98e89f5..b205d0a15b38 100644 --- a/build/cqs.tsv +++ b/build/cqs.tsv @@ -190,9 +190,9 @@ org.apache.hbase:hbase-zookeeper 2.6.1-hadoop3 compile org.apache.htrace:htrace-core 3.2.0-incubating compile org.apache.httpcomponents:httpclient 4.5.14 compile org.apache.httpcomponents:httpcore 4.4.16 compile -org.apache.orc:orc-core nohive:1.9.4 compile -org.apache.orc:orc-mapreduce nohive:1.9.4 compile -org.apache.orc:orc-shims 1.9.4 compile +org.apache.orc:orc-core nohive:1.9.5 compile +org.apache.orc:orc-mapreduce nohive:1.9.5 compile +org.apache.orc:orc-shims 1.9.5 compile org.apache.parquet:parquet-column 1.13.1 compile org.apache.parquet:parquet-common 1.13.1 compile org.apache.parquet:parquet-encoding 1.13.1 compile diff --git a/docs/user/upgrade.rst b/docs/user/upgrade.rst index 1ff86e0718b6..3ee2e8a009fe 100644 --- a/docs/user/upgrade.rst +++ b/docs/user/upgrade.rst @@ -100,6 +100,7 @@ The following dependencies have been upgraded: * hbase ``2.5.8-hadoop3`` -> ``2.6.1-hadoop3`` * hadoop ``3.4.0`` -> ``3.4.1`` +* orc ``1.9.4`` -> ``1.9.5`` * spring-security ``5.8.14`` -> ``5.8.15`` Version 5.1.0 Upgrade Guide diff --git a/pom.xml b/pom.xml index 79f4a4de0739..18b870524055 100644 --- a/pom.xml +++ b/pom.xml @@ -92,7 +92,7 @@ 3.0.0 3.2.6 1.13.4 - 1.9.4 + 1.9.5 1.4.1 1.3.1 1.13.1