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>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.apache.yetus</groupId>
|
||||
<artifactId>audience-annotations</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -101,6 +105,10 @@
|
|||
<groupId>commons-pool</groupId>
|
||||
<artifactId>commons-pool</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.apache.yetus</groupId>
|
||||
<artifactId>audience-annotations</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -438,6 +446,9 @@
|
|||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<parquet.version>1.13.0</parquet.version>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
|
|
@ -3882,7 +3882,7 @@ name: Apache Parquet
|
|||
license_category: binary
|
||||
module: extensions/druid-parquet-extensions
|
||||
license_name: Apache License version 2.0
|
||||
version: 1.12.0
|
||||
version: 1.13.0
|
||||
libraries:
|
||||
- org.apache.parquet: parquet-avro
|
||||
- org.apache.parquet: parquet-column
|
||||
|
|
Loading…
Reference in New Issue