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 2022/09/11 13:30:38 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3423] Bump Flink from 1.15.1 to 1.15.2

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/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 3905225ae [KYUUBI #3423] Bump Flink from 1.15.1 to 1.15.2
3905225ae is described below

commit 3905225aebe68672ce8ea3183dd7863418ef14fd
Author: yikf <yi...@gmail.com>
AuthorDate: Sun Sep 11 21:30:27 2022 +0800

    [KYUUBI #3423] Bump Flink from 1.15.1 to 1.15.2
    
    ### _Why are the changes needed?_
    
    close https://github.com/apache/incubator-kyuubi/issues/3423
    
    ### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #3475 from Yikf/bump-flink.
    
    Closes #3423
    
    dfaaf887 [yikf] Bump flink
    
    Authored-by: yikf <yi...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 docs/quick_start/quick_start.md | 2 +-
 pom.xml                         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/quick_start/quick_start.md b/docs/quick_start/quick_start.md
index 2099ed352..862e0d813 100644
--- a/docs/quick_start/quick_start.md
+++ b/docs/quick_start/quick_start.md
@@ -154,7 +154,7 @@ Similar to `JAVA_HOME`, you can also set `FLINK_HOME` in different ways. However
 For example,
 
 ```bash
-FLINK_HOME=/Downloads/flink-1.15.1
+FLINK_HOME=/Downloads/flink-1.15.2
 ```
 
 #### Setup Kyuubi Flink Configration
diff --git a/pom.xml b/pom.xml
index 44fa74b5f..63361dde3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
         <delta.version>2.0.0</delta.version>
         <failsafe.verion>2.4.4</failsafe.verion>
         <fb303.version>0.9.3</fb303.version>
-        <flink.version>1.15.1</flink.version>
+        <flink.version>1.15.2</flink.version>
         <flink.module.scala.suffix></flink.module.scala.suffix>
         <flink.archive.name>flink-${flink.version}-bin-scala_${scala.binary.version}.tgz</flink.archive.name>
         <flink.archive.mirror>${apache.archive.dist}/flink/flink-${flink.version}</flink.archive.mirror>
@@ -2220,7 +2220,7 @@
         <profile>
             <id>flink-1.15</id>
             <properties>
-                <flink.version>1.15.1</flink.version>
+                <flink.version>1.15.2</flink.version>
                 <flink.module.scala.suffix></flink.module.scala.suffix>
             </properties>
         </profile>