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 e99a737e63 [KYUUBI #6755] Upgrade default flink version to 1.20.0
e99a737e63 is described below
commit e99a737e63448a838d5fd4f61ac85bfb740d3e99
Author: wforget <[email protected]>
AuthorDate: Fri Oct 18 21:26:01 2024 +0800
[KYUUBI #6755] Upgrade default flink version to 1.20.0
# :mag: Description
Upgrade default flink version to 1.20.0
## 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 #6755 from wForget/minor.
Closes #6755
e968502a6 [wforget] comment
c0094c760 [wforget] comment
b74a0bb75 [wforget] comment
1aea2216c [wforget] Upgrade default flink version to 1.20.0
Authored-by: wforget <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.github/workflows/master.yml | 12 ++++++------
pom.xml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 109c9b45b5..91035feacb 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -256,17 +256,17 @@ jobs:
comment: [ "normal" ]
include:
- java: 8
- flink: '1.17'
+ flink: '1.20'
+ flink-archive:
'-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.17.2
-Dflink.archive.name=flink-1.17.2-bin-scala_2.12.tgz'
+ comment: 'verify-on-flink-1.17-binary'
+ - java: 8
+ flink: '1.20'
flink-archive:
'-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.18.1
-Dflink.archive.name=flink-1.18.1-bin-scala_2.12.tgz'
comment: 'verify-on-flink-1.18-binary'
- java: 8
- flink: '1.17'
+ flink: '1.20'
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'
- - java: 8
- flink: '1.17'
- flink-archive:
'-Dflink.archive.mirror=https://archive.apache.org/dist/flink/flink-1.20.0
-Dflink.archive.name=flink-1.20.0-bin-scala_2.12.tgz'
- comment: 'verify-on-flink-1.20-binary'
steps:
- uses: actions/checkout@v4
- name: Free up disk space
diff --git a/pom.xml b/pom.xml
index f734c27ccc..b2eafa76a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,7 @@
<failsafe.verion>3.3.2</failsafe.verion>
<fb303.version>0.9.3</fb303.version>
<flexmark.version>0.62.2</flexmark.version>
- <flink.version>1.17.2</flink.version>
+ <flink.version>1.20.0</flink.version>
<flink.archive.name>flink-${flink.version}-bin-scala_2.12.tgz</flink.archive.name>
<flink.archive.mirror>${apache.archive.dist}/flink/flink-${flink.version}</flink.archive.mirror>
<flink.archive.download.skip>false</flink.archive.download.skip>