Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flink - Remove support for Flink 1.12 #4551

Merged
merged 5 commits into from Apr 14, 2022

Conversation

kbendick
Copy link
Contributor

Remove support for Flink 1.12, which has been deprecated.

Flink 1.12 has been deprecated and is no longer actively maintained upstream, as the Flink community retains support for 2 major versions at a time.

@github-actions github-actions bot added the INFRA label Apr 13, 2022
@@ -1,7 +1,7 @@
org.slf4j:* = 1.7.25
org.apache.avro:avro = 1.10.1
org.apache.calcite:* = 1.10.0
org.apache.flink:* = 1.12.5
org.apache.flink:* = 1.14.3
Copy link
Contributor Author

@kbendick kbendick Apr 13, 2022

Choose a reason for hiding this comment

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

I don't think this is being used at all given we've moved to versioned Flink dependencies, but I updated it to the latest released Flink version.

Realistically we should potentially get rid of it, as well as others that aren't used now.

The calcite dependency is also somewhat suspect.

Copy link
Contributor

Choose a reason for hiding this comment

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

yeah. it does seem that we can remove this property

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There are a few that I think can be removed (eg the Spark dependencies).

One that I’m less sure about is Calcite

I can remove the Flink property in this PR or attempt to clean up several in a secondary PR (or both).

Copy link
Member

Choose a reason for hiding this comment

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

I'm okay to remove this in the future PR.

@kbendick kbendick changed the title Flink - Remove support for Flink 1.12 before next major release Flink - Remove support for Flink 1.12 Apr 13, 2022
@kbendick kbendick marked this pull request as ready for review April 13, 2022 17:56
Copy link
Member

@openinx openinx left a comment

Choose a reason for hiding this comment

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

Looks good to me overall ! Thanks @kbendick for the contribution, and thanks @stevenzwu & @hililiwei for the reviewing !

@openinx openinx merged commit e45c19e into apache:master Apr 14, 2022
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.

None yet

4 participants