Skip to content

Commit

Permalink
[Feature][core] support arrow transfers data to SeatunnelRow in arrow…
Browse files Browse the repository at this point in the history
… format
  • Loading branch information
hawk9821 committed Dec 2, 2024
1 parent a29f54c commit 078e298
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
7 changes: 7 additions & 0 deletions seatunnel-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@
<classifier>optional</classifier>
</dependency>

<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-arrow</artifactId>
<version>${project.version}</version>
<classifier>optional</classifier>
</dependency>

<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
Expand Down
9 changes: 0 additions & 9 deletions seatunnel-connectors-v2/connector-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@
<artifactId>connector-common</artifactId>
<name>SeaTunnel : Connectors V2 : Common</name>

<dependencies>
<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-arrow</artifactId>
<version>${project.version}</version>
<classifier>optional</classifier>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 078e298

Please sign in to comment.