This is an automated email from the ASF dual-hosted git repository.
fanng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 51c776ab2b [#7480]Improvement(spark connctor) : upgrade kyuubi in
Gravitino Spark connector (#7482)
51c776ab2b is described below
commit 51c776ab2b2ceb5b7f43c265a255cacfaeec8c27
Author: Will Guo <[email protected]>
AuthorDate: Thu Jun 26 17:16:37 2025 +0800
[#7480]Improvement(spark connctor) : upgrade kyuubi in Gravitino Spark
connector (#7482)
### What changes were proposed in this pull request?
upgrade kyuubi 4 spark 3.5 version
### Why are the changes needed?
Due to compatibility issues, kyuubi+spark+gravitino were used in
combination,upgrade kyuubi in Gravitino Spark connector,upgrade spark35
to 3.5.5 and kyuubi4spark35 to 1.10.2
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 114be4a02e..0796f97ca8 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"