File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments