mirror of https://github.com/apache/druid.git
Upgrade parquet-mr version (#14070)
* Upgrade parquet version * Move parquet version to hadoop3 * Fix license * Exclude audience annotations
This commit is contained in:
parent
6370769cbf
commit
6a4cbab4b8
|
@ -71,6 +71,10 @@
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.apache.yetus</groupId>
|
||||||
|
<artifactId>audience-annotations</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -101,6 +105,10 @@
|
||||||
<groupId>commons-pool</groupId>
|
<groupId>commons-pool</groupId>
|
||||||
<artifactId>commons-pool</artifactId>
|
<artifactId>commons-pool</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.apache.yetus</groupId>
|
||||||
|
<artifactId>audience-annotations</artifactId>
|
||||||
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -438,6 +446,9 @@
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<properties>
|
||||||
|
<parquet.version>1.13.0</parquet.version>
|
||||||
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -3882,7 +3882,7 @@ name: Apache Parquet
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: extensions/druid-parquet-extensions
|
module: extensions/druid-parquet-extensions
|
||||||
license_name: Apache License version 2.0
|
license_name: Apache License version 2.0
|
||||||
version: 1.12.0
|
version: 1.13.0
|
||||||
libraries:
|
libraries:
|
||||||
- org.apache.parquet: parquet-avro
|
- org.apache.parquet: parquet-avro
|
||||||
- org.apache.parquet: parquet-column
|
- org.apache.parquet: parquet-column
|
||||||
|
|
Loading…
Reference in New Issue