This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new b2f5f711a [Build] Remove unused dep Parquet-avro. (#2344)
b2f5f711a is described below
commit b2f5f711ad2db8ea1f7f6b48f9e1ec82fd403092
Author: Yujiang Zhong <[email protected]>
AuthorDate: Sat Nov 18 19:14:46 2023 +0800
[Build] Remove unused dep Parquet-avro. (#2344)
---
paimon-format/pom.xml | 7 -------
paimon-format/src/main/resources/META-INF/NOTICE | 1 -
2 files changed, 8 deletions(-)
diff --git a/paimon-format/pom.xml b/paimon-format/pom.xml
index 0bbb6b526..2b0d3de87 100644
--- a/paimon-format/pom.xml
+++ b/paimon-format/pom.xml
@@ -141,12 +141,6 @@ under the License.
<!-- Parquet Start -->
- <dependency>
- <groupId>org.apache.parquet</groupId>
- <artifactId>parquet-avro</artifactId>
- <version>${parquet.version}</version>
- </dependency>
-
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-hadoop</artifactId>
@@ -294,7 +288,6 @@ under the License.
<include>org.apache.commons:commons-compress</include>
<!-- Parquet -->
-
<include>org.apache.parquet:parquet-avro</include>
<include>org.apache.parquet:parquet-hadoop</include>
<include>org.apache.parquet:parquet-format</include>
<include>org.apache.parquet:parquet-column</include>
diff --git a/paimon-format/src/main/resources/META-INF/NOTICE
b/paimon-format/src/main/resources/META-INF/NOTICE
index f478e631b..7316ac54a 100644
--- a/paimon-format/src/main/resources/META-INF/NOTICE
+++ b/paimon-format/src/main/resources/META-INF/NOTICE
@@ -19,7 +19,6 @@ This project bundles the following dependencies under the
Apache Software Licens
- com.fasterxml.jackson.core:jackson-annotations:2.14.2
- org.apache.commons:commons-compress:1.4.1
-- org.apache.parquet:parquet-avro:1.12.3
- org.apache.parquet:parquet-hadoop:1.12.3
- org.apache.parquet:parquet-column:1.12.3
- org.apache.parquet:parquet-common:1.12.3