This is an automated email from the ASF dual-hosted git repository.
jshao 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 271f6a3257 [#10040] feat(spark): upgrade kyuubi hive connector version
from 1.10 to 1.11 (#10039)
271f6a3257 is described below
commit 271f6a3257446c6bca249ef9000311e5fc5e8080
Author: FANNG <[email protected]>
AuthorDate: Thu Feb 26 21:31:13 2026 +0900
[#10040] feat(spark): upgrade kyuubi hive connector version from 1.10 to
1.11 (#10039)
### What changes were proposed in this pull request?
upgrade kyuubi hive connector version from 1.10 to 1.11
### Why are the changes needed?
Fix: #10040
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
existing tests
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index a11b2483c3..8d1495ba00 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -66,7 +66,7 @@ paimon = '1.2.0'
spark33 = "3.3.4"
spark34 = "3.4.3"
spark35 = "3.5.1"
-kyuubi4spark = "1.10.2"
+kyuubi4spark = "1.11.0"
kyuubi4authz = "1.10.2"
trino = '435'
scala-collection-compat = "2.7.0"