This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch branch-0.x
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/branch-0.x by this push:
new fde8316c0da [MINOR] Fix Flink version in release candidate validation
(#11341)
fde8316c0da is described below
commit fde8316c0dac4cbf8490f16e031ccc867b5ac796
Author: Y Ethan Guo <[email protected]>
AuthorDate: Mon May 27 13:18:49 2024 -0700
[MINOR] Fix Flink version in release candidate validation (#11341)
---
.github/workflows/release_candidate_validation.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release_candidate_validation.yml
b/.github/workflows/release_candidate_validation.yml
index fc2f02c1a81..a952ba782e5 100644
--- a/.github/workflows/release_candidate_validation.yml
+++ b/.github/workflows/release_candidate_validation.yml
@@ -67,7 +67,7 @@ jobs:
sparkProfile: 'spark'
sparkRuntime: 'spark2.4.8'
- scalaProfile: 'scala-2.11'
- flinkProfile: 'flink1.11'
+ flinkProfile: 'flink1.14'
sparkProfile: 'spark2.4'
sparkRuntime: 'spark2.4.8'
steps: