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 dc629f985 [KYUUBI #6537] Upgrade Flink from 1.19.0 to 1.19.1
dc629f985 is described below

commit dc629f985e75ceae54e252f8a65f33f010f1b3a4
Author: SteNicholas <[email protected]>
AuthorDate: Wed Jul 17 12:01:24 2024 +0800

    [KYUUBI #6537] Upgrade Flink from 1.19.0 to 1.19.1
    
    # :mag: Description
    ## Issue References ๐Ÿ”—
    
    This pull request fixes #6537
    
    ## Describe Your Solution ๐Ÿ”ง
    
    Upgrade Flink from 1.19.0 to 1.19.1.
    
    ## Types of changes :bookmark:
    
    - [ ] Bugfix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
    
    ## Test Plan ๐Ÿงช
    
    #### Behavior Without This Pull Request :coffin:
    
    #### Behavior With This Pull Request :tada:
    
    #### Related Unit Tests
    
    ---
    
    # Checklist ๐Ÿ“
    
    - [x] This patch was not authored or co-authored using [Generative 
Tooling](https://www.apache.org/legal/generative-tooling.html)
    
    **Be nice. Be informative.**
    
    Closes #6538 from SteNicholas/KYUUBI-6537.
    
    Closes #6537
    
    b39d308d6 [SteNicholas] [KYUUBI #6537] Upgrade Flink from 1.19.0 to 1.19.1
    
    Authored-by: SteNicholas <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .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 3eb07bd2c..6c4ee314b 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -264,7 +264,7 @@ jobs:
             comment: 'verify-on-flink-1.18-binary'
           - java: 8
             flink: '1.17'
-            flink-archive: 
'-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.19.0 
-Dflink.archive.name=flink-1.19.0-bin-scala_2.12.tgz'
+            flink-archive: 
'-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.19.1 
-Dflink.archive.name=flink-1.19.1-bin-scala_2.12.tgz'
             comment: 'verify-on-flink-1.19-binary'
     steps:
       - uses: actions/checkout@v4
diff --git a/pom.xml b/pom.xml
index 9273dbedb..eb61cb5a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2103,7 +2103,7 @@
         <profile>
             <id>flink-1.19</id>
             <properties>
-                <flink.version>1.19.0</flink.version>
+                <flink.version>1.19.1</flink.version>
             </properties>
         </profile>
 

Reply via email to