You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/03/24 13:32:16 UTC

[kyuubi] branch master updated: [KYUUBI #4598] Bump Flink-1.15 from 1.15.3 to 1.15.4

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new e9cb43497 [KYUUBI #4598] Bump Flink-1.15 from 1.15.3 to 1.15.4
e9cb43497 is described below

commit e9cb434974695bf90f8b99897c10a69555dcd655
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Fri Mar 24 21:32:02 2023 +0800

    [KYUUBI #4598] Bump Flink-1.15 from 1.15.3 to 1.15.4
    
    ### _Why are the changes needed?_
    
    - Flink 1.15.4 release note: https://flink.apache.org/2023/03/15/apache-flink-1.15.4-release-announcement/
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4598 from bowenliang123/flink-1.15.4.
    
    Closes #4598
    
    40ea2396f [liangbowen] bump flink-1.15 from 1.15.3 to 1.15.4
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 .github/workflows/master.yml | 2 +-
 pom.xml                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index ddbccc0fd..b8b3f7072 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -168,7 +168,7 @@ jobs:
         include:
           - java: 8
             flink: '1.16'
-            flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.15.3 -Dflink.archive.name=flink-1.15.3-bin-scala_2.12.tgz'
+            flink-archive: '-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.15.4 -Dflink.archive.name=flink-1.15.4-bin-scala_2.12.tgz'
             comment: 'verify-on-flink-1.15-binary'
     steps:
       - uses: actions/checkout@v3
diff --git a/pom.xml b/pom.xml
index e4e1aa5f7..b2b0341e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2391,7 +2391,7 @@
         <profile>
             <id>flink-1.15</id>
             <properties>
-                <flink.version>1.15.3</flink.version>
+                <flink.version>1.15.4</flink.version>
             </properties>
         </profile>