Skip to content

Commit 3381d06

Browse files
committed
add arrow-compression to jdbc driver
1 parent 2329174 commit 3381d06

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

flight/flight-sql-jdbc-core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ under the License.
7979
<classifier>${arrow.vector.classifier}</classifier>
8080
</dependency>
8181

82+
<dependency>
83+
<groupId>org.apache.arrow</groupId>
84+
<artifactId>arrow-compression</artifactId>
85+
</dependency>
86+
8287
<dependency>
8388
<groupId>com.google.guava</groupId>
8489
<artifactId>guava</artifactId>

flight/flight-sql-jdbc-driver/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ under the License.
101101
<shadedPattern>org.apache.arrow.driver.jdbc.shaded.com.</shadedPattern>
102102
<excludes>
103103
<exclude>com.sun.**</exclude>
104+
<!-- zstd-jni uses JNI native methods bound to original class names -->
105+
<exclude>com.github.luben.**</exclude>
104106
</excludes>
105107
</relocation>
106108
<relocation>

0 commit comments

Comments
 (0)