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/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d94053a5 [hive] exclude parquet-hadoop-bundle from 
paimon-hive-catalog. (#3882)
2d94053a5 is described below

commit 2d94053a53b34301c9db2afb7ce86d8a40b5f50d
Author: liming.1018 <[email protected]>
AuthorDate: Mon Aug 5 10:03:55 2024 +0800

    [hive] exclude parquet-hadoop-bundle from paimon-hive-catalog. (#3882)
---
 paimon-hive/paimon-hive-catalog/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/paimon-hive/paimon-hive-catalog/pom.xml 
b/paimon-hive/paimon-hive-catalog/pom.xml
index ecd993f5b..e448f0095 100644
--- a/paimon-hive/paimon-hive-catalog/pom.xml
+++ b/paimon-hive/paimon-hive-catalog/pom.xml
@@ -84,6 +84,10 @@ under the License.
                     <groupId>com.google.protobuf</groupId>
                     <artifactId>protobuf-java</artifactId>
                 </exclusion>
+                <exclusion>
+                    <artifactId>parquet-hadoop-bundle</artifactId>
+                    <groupId>org.apache.parquet</groupId>
+                </exclusion>
             </exclusions>
         </dependency>
 

Reply via email to