mirror of https://github.com/apache/druid.git
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:
parent
d0c9c37e35
commit
79f86a0511
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue