Commit b640ca5
committed
[SPARK-52295] Add
### What changes were proposed in this pull request?
This PR aims to add `pi-v1alpha1.yaml` example.
```bash
$ diff examples/pi.yaml examples/pi-v1alpha1.yaml
15c15
< apiVersion: spark.apache.org/v1beta1
---
> apiVersion: spark.apache.org/v1alpha1
18c18
< name: pi
---
> name: pi-v1alpha1
```
### Why are the changes needed?
To give an example to support old versions.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual review because this is an example.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes apache#225 from dongjoon-hyun/SPARK-52295.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>pi-v1alpha1.yaml example1 parent 736d256 commit b640ca5
1 file changed
+32
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments