From 79f86a051103991a164af5757ecf5cab5a30fe46 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Sat, 28 May 2022 05:14:36 -0700 Subject: [PATCH] Upgrade ORC to 1.7.4 (#12572) This commit upgrades Apache ORC library from 1.7.2 to 1.7.4. Apache ORC 1.7.4 is the maintenance release with the following bug fixes. https://orc.apache.org/news/2022/04/15/ORC-1.7.4/ https://github.com/apache/orc/releases/tag/v1.7.4 --- extensions-core/orc-extensions/pom.xml | 2 +- licenses.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions-core/orc-extensions/pom.xml b/extensions-core/orc-extensions/pom.xml index 8dfb21e7127..4ba56e3b7ef 100644 --- a/extensions-core/orc-extensions/pom.xml +++ b/extensions-core/orc-extensions/pom.xml @@ -31,7 +31,7 @@ 4.0.0 - 1.7.2 + 1.7.4 diff --git a/licenses.yaml b/licenses.yaml index 21a510f08a6..68ef74ca8a8 100644 --- a/licenses.yaml +++ b/licenses.yaml @@ -4567,7 +4567,7 @@ name: Apache ORC libraries license_category: binary module: extensions/druid-orc-extensions license_name: Apache License version 2.0 -version: 1.7.2 +version: 1.7.4 libraries: - org.apache.orc: orc-mapreduce - org.apache.orc: orc-core