mirror of https://github.com/apache/druid.git
Upgrade ORC to 1.6.9 (#11518)
This commit is contained in:
parent
8ba7f6a48c
commit
dbed4424b5
|
@ -31,7 +31,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<properties>
|
||||
<orc.version>1.5.10</orc.version>
|
||||
<orc.version>1.6.9</orc.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
|
@ -4451,7 +4451,7 @@ name: Apache ORC libraries
|
|||
license_category: binary
|
||||
module: extensions/druid-orc-extensions
|
||||
license_name: Apache License version 2.0
|
||||
version: 1.5.10
|
||||
version: 1.6.9
|
||||
libraries:
|
||||
- org.apache.orc: orc-mapreduce
|
||||
- org.apache.orc: orc-core
|
||||
|
@ -4459,13 +4459,13 @@ libraries:
|
|||
notices:
|
||||
- orc-mapreduce: |
|
||||
ORC MapReduce
|
||||
Copyright 2013-2019 The Apache Software Foundation
|
||||
Copyright 2013-2021 The Apache Software Foundation
|
||||
- orc-core: |
|
||||
ORC Core
|
||||
Copyright 2013-2019 The Apache Software Foundation
|
||||
Copyright 2013-2021 The Apache Software Foundation
|
||||
- orc-shims: |
|
||||
ORC Shims
|
||||
Copyright 2013-2019 The Apache Software Foundation
|
||||
Copyright 2013-2021 The Apache Software Foundation
|
||||
|
||||
---
|
||||
|
||||
|
@ -4487,7 +4487,7 @@ name: aircompressor
|
|||
license_category: binary
|
||||
module: extensions/druid-orc-extensions
|
||||
license_name: Apache License version 2.0
|
||||
version: "0.10"
|
||||
version: "0.19"
|
||||
libraries:
|
||||
- io.airlift: aircompressor
|
||||
|
||||
|
@ -4507,6 +4507,16 @@ notices:
|
|||
|
||||
---
|
||||
|
||||
name: Jetbrains Annotations
|
||||
license_category: binary
|
||||
module: extensions/druid-orc-extensions
|
||||
license_name: Apache License version 2.0
|
||||
version: 17.0.0
|
||||
libraries:
|
||||
- org.jetbrains: annotations
|
||||
|
||||
---
|
||||
|
||||
name: Google Cloud Storage JSON API
|
||||
license_category: binary
|
||||
module: extensions/druid-google-extensions
|
||||
|
|
Loading…
Reference in New Issue