This is an automated email from the ASF dual-hosted git repository.
fanng pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.9 by this push:
new 50276798ab [#7480]Improvement(spark) : upgrade kyuubi version in
Gravitino Spark connector (#7486)
50276798ab is described below
commit 50276798abaf186dcb9ee2f28888df54437e7a57
Author: Will Guo <[email protected]>
AuthorDate: Thu Jun 26 19:47:23 2025 +0800
[#7480]Improvement(spark) : upgrade kyuubi version in Gravitino Spark
connector (#7486)
### What changes were proposed in this pull request?
upgrade kyuubi 4 spark 3.5 version
### Why are the changes needed?
Fix: #7480 #7479
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
using spark SQL to query hive or paimon
Co-authored-by: guow34 <[email protected]>
---
gradle/libs.versions.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index a157bb13d0..7199e943f7 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -63,8 +63,8 @@ spark34 = "3.4.3"
spark35 = "3.5.1"
kyuubi4spark33 = "1.7.4"
kyuubi4spark34 = "1.8.2"
-kyuubi4spark35 = "1.9.0"
-kyuubi4paimon = "1.10.0"
+kyuubi4spark35 = "1.10.2"
+kyuubi4paimon = "1.10.2"
trino = '435'
scala-collection-compat = "2.7.0"
scala-java-compat = "1.0.2"