This is an automated email from the ASF dual-hosted git repository.
voonhous pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 506740a2c265 chore(ci): update .asf.yaml required checks for Spark
4.2.0 GA (#19367)
506740a2c265 is described below
commit 506740a2c2659b4a12c3f812d0ab5687495d96ae
Author: Y Ethan Guo <[email protected]>
AuthorDate: Fri Jul 24 00:38:42 2026 -0700
chore(ci): update .asf.yaml required checks for Spark 4.2.0 GA (#19367)
Rename the two Spark 4.2 required status checks from spark4.2.0-preview4 to
spark4.2.0 ahead of the Spark 4.2 GA dependency upgrade (#19365). .asf.yaml
required_status_checks only take effect once merged to master, so this must
land first: otherwise the job rename in #19365 produces spark4.2.0 checks
while master still requires the spark4.2.0-preview4 names, and #19365 can
never satisfy them.
issue: #19364
---
.asf.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index e49a60b1f185..9eb537213042 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -107,14 +107,14 @@ github:
- validate-bundles (scala-2.13, flink1.20, 1.11.4, 1.13.1, spark3.5,
spark3.5.1)
- validate-bundle-spark4 (scala-2.13, flink1.20, 1.11.4, 1.13.1,
spark4.0, spark4.0.0)
- validate-bundle-spark4 (scala-2.13, flink1.20, 1.11.4, 1.13.1,
spark4.1, spark4.1.1)
- - validate-bundle-spark4 (scala-2.13, flink1.20, 1.11.4, 1.13.1,
spark4.2, spark4.2.0-preview4)
+ - validate-bundle-spark4 (scala-2.13, flink1.20, 1.11.4, 1.13.1,
spark4.2, spark4.2.0)
- validate-bundles-java11 (scala-2.12, flink2.0, 1.11.4, 1.14.4,
spark3.5, spark3.5.1)
- validate-bundles-java11 (scala-2.12, flink2.1, 1.11.4, 1.15.2,
spark3.5, spark3.5.1)
- docker-java17-test (scala-2.12, flink2.1, spark3.5, spark3.5.0)
- docker-java17-test (scala-2.13, flink2.1, spark3.5, spark3.5.0)
- docker-java17-test (scala-2.13, flink2.1, spark4.0, spark4.0.0)
- docker-java17-test (scala-2.13, flink2.1, spark4.1, spark4.1.1)
- - docker-java17-test (scala-2.13, flink1.20, spark4.2,
spark4.2.0-preview4)
+ - docker-java17-test (scala-2.13, flink1.20, spark4.2, spark4.2.0)
- integration-tests (spark3.5, flink2.1,
spark-3.5.3/spark-3.5.3-bin-hadoop3.tgz)
collaborators:
- ad1happy2go