You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/06/08 00:38:18 UTC

[incubator-seatunnel] branch dev updated: [Spark] Use higher version of the libthrift dependency (#1994)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 7a1a7e31 [Spark] Use higher version of the libthrift dependency (#1994)
7a1a7e31 is described below

commit 7a1a7e31f3c34c947c227d92560a946610a353fa
Author: Zongwen Li <zo...@gmail.com>
AuthorDate: Wed Jun 8 08:38:12 2022 +0800

    [Spark] Use higher version of the libthrift dependency (#1994)
    
    Hive connector actually uses libthrift-0.9.3 instead of libthrift-0.9.0
---
 seatunnel-connectors/seatunnel-connectors-spark-dist/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/seatunnel-connectors/seatunnel-connectors-spark-dist/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark-dist/pom.xml
index 715b7f2b..934c3502 100644
--- a/seatunnel-connectors/seatunnel-connectors-spark-dist/pom.xml
+++ b/seatunnel-connectors/seatunnel-connectors-spark-dist/pom.xml
@@ -72,6 +72,12 @@
             <groupId>org.apache.seatunnel</groupId>
             <artifactId>seatunnel-connector-spark-phoenix</artifactId>
             <version>${project.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.thrift</groupId>
+                    <artifactId>libthrift</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>