dongjoon-hyun opened a new pull request, #810:
URL: https://github.com/apache/spark-kubernetes-operator/pull/810

   ### What changes were proposed in this pull request?
   
   This PR aims to remove `examples/pi-v1beta1.yaml`.
   
   ### Why are the changes needed?
   
   `examples/pi-v1beta1.yaml` was added by SPARK-52607 right after the CRDs 
were promoted to `v1` (SPARK-52606, `0.5.0`) to demonstrate backward 
compatibility. It is identical to `examples/pi.yaml` except for `apiVersion` 
and `metadata.name`.
   
   Since Apache Spark K8s Operator `1.0.0` has been released with `v1` as the 
stable API, the `examples/` directory should show only the recommended `v1` 
usage. `v1beta1` is a legacy version kept only for migration and is not 
mentioned anywhere in the documentation. Nothing in the repository (docs, 
`tests/e2e`, `tests/benchmark`, CI) references this file.
   
   This follows the precedent of SPARK-56851 which removed 
`examples/pi-v1alpha1.yaml`.
   
   Note that this PR does not change the CRDs. `v1beta1` is still served.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. This only removes an example file. Users can still apply 
`spark.apache.org/v1beta1` resources.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5.1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to