This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch release-0.15.0
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/release-0.15.0 by this push:
     new 27df81735b6 [MINOR] Fix Flink version in release candidate validation 
(#11341)
27df81735b6 is described below

commit 27df81735b61de351cfe592a222614cc38f50538
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 3cd159df7e3..d2808cc6cc4 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:

Reply via email to