Skip to content

Commit c94538c

Browse files
committed
update iceberg version
1 parent bdc1d41 commit c94538c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/spark-k8s/pages/usage-guide/job-dependencies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ spec:
134134
spark.sql.catalog.local.warehouse: /tmp/warehouse
135135
deps:
136136
packages:
137-
- org.apache.iceberg:iceberg-spark-runtime-3.4_2.12:1.3.1 # <1>
137+
- org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.8.1 # <1>
138138
...
139139
----
140140

tests/templates/kuttl/iceberg/10-deploy-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
#
4949
# We extract the spark parts from the test scenario value.
5050
#
51-
- org.apache.iceberg:iceberg-spark-runtime-{{ ".".join(test_scenario['values']['spark'].split('.')[:2]) }}_2.12:1.5.2
51+
- org.apache.iceberg:iceberg-spark-runtime-{{ ".".join(test_scenario['values']['spark'].split('.')[:2]) }}_2.12:1.8.1
5252
volumes:
5353
- name: script
5454
configMap:

0 commit comments

Comments
 (0)