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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 4897491708 fix [Bug] Unable to create a source for identifier 
'Iceberg'. #7182 (#7279)
4897491708 is described below

commit 48974917082ccc08f196e892697f4c518a8b0ebf
Author: 卢宗柱 <[email protected]>
AuthorDate: Mon Jul 29 17:29:23 2024 +0800

    fix [Bug] Unable to create a source for identifier 'Iceberg'. #7182 (#7279)
    
    Co-authored-by: luzongzhu <[email protected]>
---
 seatunnel-connectors-v2/connector-doris/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/seatunnel-connectors-v2/connector-doris/pom.xml 
b/seatunnel-connectors-v2/connector-doris/pom.xml
index fbaf9e1128..85aafc97ad 100644
--- a/seatunnel-connectors-v2/connector-doris/pom.xml
+++ b/seatunnel-connectors-v2/connector-doris/pom.xml
@@ -75,6 +75,12 @@
             <artifactId>seatunnel-thrift-service</artifactId>
             <version>${project.version}</version>
             <classifier>optional</classifier>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.thrift</groupId>
+                    <artifactId>libthrift</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.seatunnel</groupId>

Reply via email to