Conversation
|
I'm not sure why approval is needed to execute UT. @stevenzwu Could you please help to review it? |
| @@ -62,7 +62,7 @@ jobs: | |||
| strategy: | |||
| matrix: | |||
| jvm: [8, 11] | |||
There was a problem hiding this comment.
I don't know if Java 8 needs to be uninstalled.
This is because, according to the Flink 1.17 documentation, Flink 1.17 requires Java 11, not Java 8.
https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/try-flink/local_installation/
However, looking at the Dockerfile it seems Java 8 is still supported.
https://github.com/apache/flink-docker/tree/master/1.17
There was a problem hiding this comment.
Both Java 8 and 11 are supported (though 8 has been deprecated).
|
Rebase this pr because #7269 was merged. |
stevenzwu
left a comment
There was a problem hiding this comment.
except for one nit on adding comment, this PR looks good.
|
thanks @hililiwei for the contribution |
There are 4 commits, please do not use
Squash.Resolves: #7250