-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[BEAM-11948] Drop support for Flink 1.8 and 1.9 #14203
Conversation
Run Flink ValidatesRunner |
Run Java Flink PortableValidatesRunner Batch |
Run Java Flink PortableValidatesRunner Streaming |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dont' forget to add a note to CHANGES.md.
9e3efdc
to
e42423f
Compare
Run Flink ValidatesRunner |
Run Java Flink PortableValidatesRunner Batch |
Run Java Flink PortableValidatesRunner Streaming |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
e42423f
to
4dacd2a
Compare
Rebased to catch the VR issue fix |
Run Flink ValidatesRunner |
Run Java Flink PortableValidatesRunner Batch |
Run Java Flink PortableValidatesRunner Streaming |
outputDataSet = | ||
new MapPartitionOperator<>(inputDataSet, typeInformation, doFnWrapper, fullName); | ||
} | ||
outputDataSet = new FlatMapOperator<>(inputDataSet, typeInformation, doFnWrapper, fullName); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can now remove MapPartition interface from https://github.com/apache/beam/blob/master/runners/flink/src/main/java/org/apache/beam/runners/flink/translation/functions/FlinkDoFnFunction.java#L65
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh good catch. I will fix, thx!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
4dacd2a
to
58f2bf8
Compare
Run Flink ValidatesRunner |
Run Java Flink PortableValidatesRunner Batch |
Run Java Flink PortableValidatesRunner Streaming |
This one should not be merged until Beam 2.29.0 release is released |
58f2bf8
to
05b3fd3
Compare
Rebased to remove the warning introduced in 14214 |
Run Flink ValidatesRunner |
Run Java Flink PortableValidatesRunner Batch |
Run Java Flink PortableValidatesRunner Streaming |
Failing PVR Streaming tests are unrelated to this PR for ref #14313 |
Run Java Flink PortableValidatesRunner Streaming |
I was waiting in case there was a further need to recut the 2.29.0 branch so this did not get accidentally in but it seems the 2.29.0 branch is now stable, so we can go ahead and get this one ready for 2.30.0. I will merge it and if any issue on 2.29.0 requires a branch recut I will backport this PR as a revert. Thanks everyone ! |
R: @dmvk @ibzib