This is an automated email from the ASF dual-hosted git repository. voonhous pushed a commit to branch release-1.2.1 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit 88b4e85809b115dc714c4bab0f654d0b252702be Author: Y Ethan Guo <[email protected]> AuthorDate: Wed May 20 20:14:13 2026 -0700 chore: add spark4.1 and flink2.1 profile entries to RC bundle validation (#18796) (cherry picked from commit a687786833a616cb0f646d96726d4ab231f64ecc) --- .github/workflows/release_candidate_validation.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release_candidate_validation.yml b/.github/workflows/release_candidate_validation.yml index cde2891ee3a2..ff4605c02475 100644 --- a/.github/workflows/release_candidate_validation.yml +++ b/.github/workflows/release_candidate_validation.yml @@ -77,6 +77,10 @@ jobs: flinkProfile: 'flink1.20' sparkProfile: 'spark4.0' sparkRuntime: 'spark4.0.0' + - scalaProfile: 'scala-2.13' + flinkProfile: 'flink1.20' + sparkProfile: 'spark4.1' + sparkRuntime: 'spark4.1.1' steps: - uses: actions/checkout@v5 - name: Set up JDK 17 @@ -108,6 +112,10 @@ jobs: flinkProfile: 'flink2.0' sparkProfile: 'spark3.5' sparkRuntime: 'spark3.5.1' + - scalaProfile: 'scala-2.12' + flinkProfile: 'flink2.1' + sparkProfile: 'spark3.5' + sparkRuntime: 'spark3.5.1' steps: - uses: actions/checkout@v5 - name: Set up JDK 11
