-
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
#20812 handle @RequiresStableInput in portable flink #22889
#20812 handle @RequiresStableInput in portable flink #22889
Conversation
0b076df
to
54543bb
Compare
d33b6f1
to
7f54f69
Compare
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
7f54f69
to
f7d3e5d
Compare
assign set of reviewers |
Run Java Flink PortableValidatesRunner Streaming |
f7d3e5d
to
3e97222
Compare
Run Flink ValidatesRunner |
Run Java Flink PortableValidatesRunner Streaming |
3e97222
to
9445883
Compare
Run Flink ValidatesRunner |
Run Java Flink PortableValidatesRunner Streaming |
Run Flink ValidatesRunner |
Run Java Flink PortableValidatesRunner Streaming |
R: @lukecwik |
@aaltay @robertwb @kennknowles Looks I'm unable to find a reviewer for this one. It fixes correctness bug in Flink, cau you please help find one? Thanks. 👍 |
@kileys - Would you be able to review this? It is a medium sized change and does not require too much flink runner context. |
Codecov Report
@@ Coverage Diff @@
## master #22889 +/- ##
==========================================
+ Coverage 65.20% 73.19% +7.98%
==========================================
Files 731 734 +3
Lines 97960 98897 +937
==========================================
+ Hits 63878 72390 +8512
+ Misses 32727 25152 -7575
Partials 1355 1355
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
842a84f
to
d597e4e
Compare
@lukecwik is there any way to get logs of the failed pre commit? The tests pass locally, so without the log I'm not sure how to fix the problem. :-/ |
d597e4e
to
1d14adf
Compare
80389b4
to
7e12621
Compare
7e12621
to
5919a8d
Compare
Fix FlinkRequiresStableInputTest flakiness (apache#21333)
5919a8d
to
dbd0997
Compare
dbd0997
to
bb622e4
Compare
@lukecwik I finally managed to make the tests pass, so this is ready for final review. I will squash the commits after. |
@lukecwik would you have time for review, or could you recommend someone please? |
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
I'm glad that you were able to work through the problems and get the tests fixed and passing. |
Fixes #20812
Fixes #21333
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.