This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 9900e40 [SPARK-53704] Rename `pyspark-pi.yaml` to `pi-python.yaml`
9900e40 is described below
commit 9900e40999d6c05ee622317839cb2be6e5cd096f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Sep 24 18:13:39 2025 -0700
[SPARK-53704] Rename `pyspark-pi.yaml` to `pi-python.yaml`
### What changes were proposed in this pull request?
This PR aims to rename `pyspark-pi.yaml` to `pi-python.yaml` for
consistency.
### Why are the changes needed?
We use `appName` as the YAML file name. So, this should be `pi-python.yaml`
for consistency.
https://github.com/apache/spark-kubernetes-operator/blob/cc1f475220fdca40b39a82877969590fd737c775/examples/pyspark-pi.yaml#L18
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #340 from dongjoon-hyun/SPARK-53704.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
examples/{pyspark-pi.yaml => pi-python.yaml} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/examples/pyspark-pi.yaml b/examples/pi-python.yaml
similarity index 100%
rename from examples/pyspark-pi.yaml
rename to examples/pi-python.yaml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]