Upgrade parquet-mr version (#14070)

* Upgrade parquet version

* Move parquet version to hadoop3

* Fix license

* Exclude audience annotations
This commit is contained in:
Atul Mohan 2023-06-07 08:54:54 -07:00 committed by GitHub
parent 6370769cbf
commit 6a4cbab4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -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>

View File

@ -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