Skip to content

Conversation

@hililiwei
Copy link
Contributor

@hililiwei hililiwei commented Mar 31, 2023

There are 4 commits, please do not use Squash.

Resolves: #7250

@hililiwei
Copy link
Contributor Author

I'm not sure why approval is needed to execute UT. @stevenzwu Could you please help to review it?

@stevenzwu stevenzwu self-requested a review March 31, 2023 15:40
runs-on: ubuntu-22.04
strategy:
matrix:
jvm: [8, 11]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both Java 8 and 11 are supported (though 8 has been deprecated).

@hililiwei
Copy link
Contributor Author

Rebase this pr because #7269 was merged.

Copy link
Contributor

@stevenzwu stevenzwu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

except for one nit on adding comment, this PR looks good.

@stevenzwu stevenzwu merged commit 9223251 into apache:master Apr 8, 2023
@stevenzwu
Copy link
Contributor

thanks @hililiwei for the contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When will Flink1.17 be supported?

3 participants