luzongzhu commented on issue #7182:
URL: https://github.com/apache/seatunnel/issues/7182#issuecomment-2252349881

   I have resolved this issue by modifying pom.xml in doris-connector. The key 
content is as follows:
   `        <dependency>
               <groupId>org.apache.seatunnel</groupId>
               <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>`
   Recompile Doris connector to resolve the issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to