Commit 7ffee1e
### What changes were proposed in this pull request?
This PR corrects an invalid spec in e2e test template - `javaVersion` -> `jdkVersion` .
https://github.com/apache/spark-kubernetes-operator/blob/bc422fd4524f8139e934123cfe78d1833009026c/spark-operator-api/src/main/java/org/apache/spark/k8s/operator/spec/RuntimeVersions.java#L39
### Why are the changes needed?
The invalid test template causes e2e to fail e.g. https://github.com/apache/spark-kubernetes-operator/actions/runs/10745816799/job/29942467715?pr=118
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
CIs
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #119 from jiangzho/test_file.
Authored-by: zhou-jiang <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent bc422fd commit 7ffee1e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
0 commit comments