This is an automated email from the ASF dual-hosted git repository.
yihua 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 a687786833a6 chore: add spark4.1 and flink2.1 profile entries to RC
bundle validation (#18796)
a687786833a6 is described below
commit a687786833a616cb0f646d96726d4ab231f64ecc
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)
---
.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