Skip to content

Commit

Permalink
remove arrow jdbc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehil committed Jan 6, 2025
1 parent b81bf16 commit 61ae02f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
10 changes: 4 additions & 6 deletions spark-doris-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.arrow</groupId>
<artifactId>flight-sql-jdbc-driver</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down Expand Up @@ -280,12 +284,6 @@
<version>${netty.version}</version>
</dependency>

<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>flight-sql-jdbc-core</artifactId>
<version>${arrow.version}</version>
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
Expand Down
9 changes: 4 additions & 5 deletions spark-doris-connector/spark-doris-connector-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,13 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.arrow</groupId>
<artifactId>flight-sql-jdbc-driver</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>flight-sql-jdbc-core</artifactId>
</dependency>

<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
Expand Down

0 comments on commit 61ae02f

Please sign in to comment.