From 75b69e7c351099001b1e262bced30c504e70fb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Mon, 31 Aug 2026 15:48:06 +0200 Subject: [PATCH] MINOR: Bump org.apache.hive:hive-storage-api from 4.0.1 to 4.1.0 hive-storage-api 4.2.0 and later are compiled targeting Java 21 (class file major version 65), while this project builds with maven.compiler.release=17 (major version 61). Using 4.2.x makes the arrow-orc test compilation fail with: bad class file: hive-storage-api-4.2.1.jar(.../BytesColumnVector.class) class file has wrong version 65.0, should be 61.0 4.1.0 is the latest release still targeting Java 17, so bump to that instead. --- adapter/orc/pom.xml | 2 +- dataset/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adapter/orc/pom.xml b/adapter/orc/pom.xml index 50a9b3a603..b6a1dffbde 100644 --- a/adapter/orc/pom.xml +++ b/adapter/orc/pom.xml @@ -130,7 +130,7 @@ under the License. org.apache.hive hive-storage-api - 4.0.1 + 4.1.0 test diff --git a/dataset/pom.xml b/dataset/pom.xml index 47b5080734..321d6e00c2 100644 --- a/dataset/pom.xml +++ b/dataset/pom.xml @@ -151,7 +151,7 @@ under the License. org.apache.hive hive-storage-api - 4.0.1 + 4.1.0 test