You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[KYUUBI #7284] Upgrade Flink and Spark to latest patched version
### Why are the changes needed?
Test with latest patched version.
Flink 1.19.1 => 1.19.3
Flink 1.20.0 => 1.20.3
Spark 3.4.3 => 3.4.4
Spark 3.5.5 => 3.5.7
### How was this patch tested?
Pass GHA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#7284 from pan3793/version-bump.
Closes#72848a04411 [Cheng Pan] Upgrade Flink and Spark to latest patched version
Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
(cherry picked from commit 2d534bd)
Signed-off-by: Cheng Pan <chengpan@apache.org>
Copy file name to clipboardExpand all lines: extensions/spark/kyuubi-spark-connector-hive/src/main/scala/org/apache/kyuubi/spark/connector/hive/HiveConnectorUtils.scala
Copy file name to clipboardExpand all lines: integration-tests/kyuubi-kubernetes-it/src/test/scala/org/apache/kyuubi/kubernetes/test/deployment/KyuubiOnKubernetesTestsSuite.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ class KyuubiOnKubernetesWithSparkTestsBase extends WithKyuubiServerOnKubernetes
56
56
Map(
57
57
"spark.master"->s"k8s://$miniKubeApiMaster",
58
58
// We should update spark docker image in ./github/workflows/master.yml at the same time
Copy file name to clipboardExpand all lines: integration-tests/kyuubi-kubernetes-it/src/test/scala/org/apache/kyuubi/kubernetes/test/spark/SparkOnKubernetesTestsSuite.scala
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ abstract class SparkOnKubernetesSuiteBase
51
51
// TODO Support more Spark version
52
52
// Spark official docker image: https://hub.docker.com/r/apache/spark/tags
0 commit comments