From 3381d06c9673f454c5255eb5d698867d78fb88cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lder=20Greg=C3=B3rio?= Date: Wed, 24 Dec 2025 11:44:19 +0000 Subject: [PATCH] add arrow-compression to jdbc driver --- flight/flight-sql-jdbc-core/pom.xml | 5 +++++ flight/flight-sql-jdbc-driver/pom.xml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/flight/flight-sql-jdbc-core/pom.xml b/flight/flight-sql-jdbc-core/pom.xml index 965e071e72..88c028987f 100644 --- a/flight/flight-sql-jdbc-core/pom.xml +++ b/flight/flight-sql-jdbc-core/pom.xml @@ -79,6 +79,11 @@ under the License. ${arrow.vector.classifier} + + org.apache.arrow + arrow-compression + + com.google.guava guava diff --git a/flight/flight-sql-jdbc-driver/pom.xml b/flight/flight-sql-jdbc-driver/pom.xml index 559c42597d..0250c32902 100644 --- a/flight/flight-sql-jdbc-driver/pom.xml +++ b/flight/flight-sql-jdbc-driver/pom.xml @@ -101,6 +101,8 @@ under the License. org.apache.arrow.driver.jdbc.shaded.com. com.sun.** + + com.github.luben.**