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
This commit is contained in:
Dongjoon Hyun 2022-05-28 05:14:36 -07:00 committed by GitHub
parent d0c9c37e35
commit 79f86a0511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<properties>
<orc.version>1.7.2</orc.version>
<orc.version>1.7.4</orc.version>
</properties>
<dependencies>
<dependency>

View File

@ -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