From ad2d918123c49af683d901a2ae6a968547f1e5ea Mon Sep 17 00:00:00 2001 From: Luke Kim <80174+lukekim@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:52:26 +0900 Subject: [PATCH] chore: Upgrade ADBC to 0.23.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump adbc-driver-flight-sql and adbc-core from 0.22.0 to 0.23.0 (latest ADBC Java release), used for parameterized queries. Apache Arrow Java stays at flight-sql 19.0.0 — the newest Arrow Java release (arrow-java caps at 19.0.0; the 20-25 line is the umbrella C++/Python/Rust project, not Java) and IPC-wire-compatible with the DataFusion 54 / arrow-rs 58 runtime. ADBC 0.23.0 is itself built against Arrow 18.3.0, overridden on the classpath by the flight-sql 19.0.0 pin, so the effective Arrow version is unchanged. Validated: dependency tree unchanged except the adbc-* artifacts; clean compile; live ADBC parameterized queries against a local runtime; full test suite 214/214 pass. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9b825eb..60108fb 100644 --- a/pom.xml +++ b/pom.xml @@ -44,12 +44,12 @@ org.apache.arrow.adbc adbc-driver-flight-sql - 0.22.0 + 0.23.0 org.apache.arrow.adbc adbc-core - 0.22.0 + 0.23.0 com.google.code.gson