From 3950176f6b247e52fb397b72cadacd7350f6cd05 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Thu, 21 May 2026 07:30:57 -0700 Subject: [PATCH] [SPARK-56985] Upgrade `Iceberg` example to use Iceberg 1.11.0 --- examples/spark-connect-server-iceberg.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spark-connect-server-iceberg.yaml b/examples/spark-connect-server-iceberg.yaml index b6d0e881..657a1e85 100644 --- a/examples/spark-connect-server-iceberg.yaml +++ b/examples/spark-connect-server-iceberg.yaml @@ -28,7 +28,7 @@ spec: spark.hadoop.fs.s3a.path.style.access: "true" spark.hadoop.fs.s3a.secret.key: "test" spark.jars.ivy: "/tmp/.ivy2.5.2" - spark.jars.packages: "org.apache.hadoop:hadoop-aws:3.4.1,org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.1" + spark.jars.packages: "org.apache.hadoop:hadoop-aws:3.4.1,org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.11.0" spark.kubernetes.authenticate.driver.serviceAccountName: "spark" spark.kubernetes.container.image: "apache/spark:4.0.2" spark.kubernetes.executor.podNamePrefix: "spark-connect-server-iceberg"