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>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<properties>
|
<properties>
|
||||||
<orc.version>1.5.10</orc.version>
|
<orc.version>1.6.9</orc.version>
|
||||||
</properties>
|
</properties>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -4451,7 +4451,7 @@ name: Apache ORC libraries
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: extensions/druid-orc-extensions
|
module: extensions/druid-orc-extensions
|
||||||
license_name: Apache License version 2.0
|
license_name: Apache License version 2.0
|
||||||
version: 1.5.10
|
version: 1.6.9
|
||||||
libraries:
|
libraries:
|
||||||
- org.apache.orc: orc-mapreduce
|
- org.apache.orc: orc-mapreduce
|
||||||
- org.apache.orc: orc-core
|
- org.apache.orc: orc-core
|
||||||
|
@ -4459,13 +4459,13 @@ libraries:
|
||||||
notices:
|
notices:
|
||||||
- orc-mapreduce: |
|
- orc-mapreduce: |
|
||||||
ORC MapReduce
|
ORC MapReduce
|
||||||
Copyright 2013-2019 The Apache Software Foundation
|
Copyright 2013-2021 The Apache Software Foundation
|
||||||
- orc-core: |
|
- orc-core: |
|
||||||
ORC Core
|
ORC Core
|
||||||
Copyright 2013-2019 The Apache Software Foundation
|
Copyright 2013-2021 The Apache Software Foundation
|
||||||
- orc-shims: |
|
- orc-shims: |
|
||||||
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
|
license_category: binary
|
||||||
module: extensions/druid-orc-extensions
|
module: extensions/druid-orc-extensions
|
||||||
license_name: Apache License version 2.0
|
license_name: Apache License version 2.0
|
||||||
version: "0.10"
|
version: "0.19"
|
||||||
libraries:
|
libraries:
|
||||||
- io.airlift: aircompressor
|
- 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
|
name: Google Cloud Storage JSON API
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: extensions/druid-google-extensions
|
module: extensions/druid-google-extensions
|
||||||
|
|
Loading…
Reference in New Issue