Skip to content

Commit

Permalink
[KYUUBI #3423] Bump Flink from 1.15.1 to 1.15.2
Browse files Browse the repository at this point in the history
### _Why are the changes needed?_

close #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

dfaaf88 [yikf] Bump flink

Authored-by: yikf <yikaifei1@gmail.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
  • Loading branch information
yikf authored and pan3793 committed Sep 11, 2022
1 parent e87baa7 commit 3905225
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/quick_start/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 3905225

Please sign in to comment.