This is an automated email from the ASF dual-hosted git repository.
xuba pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 27dda6f92 Bump kyuubi hive jdbc version to 1.10.2 (#3842)
27dda6f92 is described below
commit 27dda6f929e1bb69b3ba831888ae495ec0097487
Author: Fei Wang <[email protected]>
AuthorDate: Sat Oct 25 03:32:06 2025 -0700
Bump kyuubi hive jdbc version to 1.10.2 (#3842)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 58c7e8faf..a95b0a07c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
<commons-dbcp2.version>2.9.0</commons-dbcp2.version>
<netty.version>4.1.124.Final</netty.version>
<javalin.version>4.6.8</javalin.version>
-
<kyuubi-hive-jdbc-shaded.version>1.6.0-incubating</kyuubi-hive-jdbc-shaded.version>
+
<kyuubi-hive-jdbc-shaded.version>1.10.2</kyuubi-hive-jdbc-shaded.version>
<rocksdb.version>7.10.2</rocksdb.version>
<kryo.version>4.0.3</kryo.version>
<trino.version>406</trino.version>