Skip to content

Commit

Permalink
fix [Bug] Unable to create a source for identifier 'Iceberg'. apache#…
Browse files Browse the repository at this point in the history
…7182 (apache#7279)

Co-authored-by: luzongzhu <luzongzhu@semi-tech.com>
  • Loading branch information
luzongzhu and luzongzhu authored Jul 29, 2024
1 parent 21c4f52 commit 4897491
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions seatunnel-connectors-v2/connector-doris/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4897491

Please sign in to comment.