yihua opened a new pull request, #19367: URL: https://github.com/apache/hudi/pull/19367
### Describe the issue this Pull Request addresses issue: #19364 Split out of #19365 (Spark 4.2.0 GA dependency upgrade). `.asf.yaml` `required_status_checks` only take effect once merged to master, so the Spark 4.2 job rename in #19365 (`spark4.2.0-preview4` to `spark4.2.0`) cannot pass while master still requires the old check names. This PR updates those required-check names first so #19365 can go green once it lands. ### Summary and Changelog Rename the two Spark 4.2 required status checks from `spark4.2.0-preview4` to `spark4.2.0`: - `validate-bundle-spark4 (scala-2.13, flink1.20, 1.11.4, 1.13.1, spark4.2, spark4.2.0)` - `docker-java17-test (scala-2.13, flink1.20, spark4.2, spark4.2.0)` ### Impact No build impact. After this merges, master requires the `spark4.2.0` check names; the matrix job rename that actually produces those checks lands in #19365. ### Risk Level low. `.asf.yaml`-only change to two required-status-check names. ### Documentation Update none ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Enough context is provided in the sections above - [ ] Adequate tests were added if applicable -- 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]
