File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/modules/spark-k8s/pages/usage-guide
tests/templates/kuttl/iceberg Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments