Skip to content

Commit 5e654dd

Browse files
committed
Typo and remove test leftover
1 parent 48b4aea commit 5e654dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/spark-k8s/partials/supported-versions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
- 4.1.1 (Hadoop 3.4.3, Scala 2.13, Python 3.12, Java 21) (Deprecated)
88
- 3.5.8 (Hadoop 3.4.2, Scala 2.12, Python 3.11, Java 17) (Deprecated)
99
10-
Apache Spark 4.1.1 & 4.1.2 has the following known issues (as of July 2026):
10+
Apache Spark 4.1.1 & 4.1.2 have the following known issues (as of July 2026):
1111

1212
- Missing HBase compatibility (See: https://issues.apache.org/jira/browse/HBASE-30178)

tests/templates/kuttl/delta-lake/40-spark-app.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
{% else %}
1515
productVersion: "{{ test_scenario['values']['spark-delta-lake'] }}"
1616
{% endif %}
17-
pullPolicy: Never
17+
pullPolicy: IfNotPresent
1818
mode: cluster
1919
mainApplicationFile: "local:///stackable/spark/jobs/write-to-delta.py"
2020
s3connection:

0 commit comments

Comments
 (0)