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 a242c68db [KYUUBI #6134][FOLLOWUP] Add profile and CI for Flink 1.19
a242c68db is described below
commit a242c68dbe62cfbfad91aa6c45a214883717f4bd
Author: wforget <[email protected]>
AuthorDate: Mon Mar 18 21:55:29 2024 +0800
[KYUUBI #6134][FOLLOWUP] Add profile and CI for Flink 1.19
# :mag: Description
## Issue References ๐
This pull request fixes #6134
## Describe Your Solution ๐ง
Add profile and ci for flink 1.19.
## Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [X] 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 #6190 from wForget/KYUUBI-6134-FOLLOWUP.
Closes #6134
6c5c8824f [wforget] [KYUUBI #6134][FOLLOWUP] Add profile and ci for flink
1.19
Authored-by: wforget <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
.github/workflows/master.yml | 5 +++++
pom.xml | 7 +++++++
2 files changed, 12 insertions(+)
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index dbd5885f9..907378a31 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -187,6 +187,7 @@ jobs:
flink:
- '1.17'
- '1.18'
+ - '1.19'
flink-archive: [ "" ]
comment: [ "normal" ]
include:
@@ -198,6 +199,10 @@ jobs:
flink: '1.17'
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-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'
+ comment: 'verify-on-flink-1.19-binary'
steps:
- uses: actions/checkout@v4
- name: Free up disk space
diff --git a/pom.xml b/pom.xml
index b1a88dc83..3f6075626 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2291,6 +2291,13 @@
</properties>
</profile>
+ <profile>
+ <id>flink-1.19</id>
+ <properties>
+ <flink.version>1.19.0</flink.version>
+ </properties>
+ </profile>
+
<profile>
<id>zookeeper-3.6</id>
<properties>