-
Notifications
You must be signed in to change notification settings - Fork 5
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
[cherry-pick] add support for flink 1.18 for Beam Flink Runner #130
Conversation
0bf4a55
to
75715f9
Compare
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.
Should we also remove 1.14 and 1.15 which are already removed from OSS and are not used at LinkedIn either.
Ran into some issues when cherry picking the 1.14 removal PR, let me give it another shot today. |
This test asserts on the message of an AssertionError thrown by a failing hamcrest assertion. The message changes in the latest versions of hamcrest. ``` 1) testBadCoderIsNotDeterministic(org.apache.beam.sdk.testing.CoderPropertiesTest) java.lang.AssertionError: Expected: a string containing "<84>, <101>, <115>, <116>, <68>" but: was " Expected: [<24b>, <84b>, <101b>, <115b>, <116b>, <68b>, <97b>, <116b>, <97b>, <51b>, <51b>, <50b>, <54b>, <49b>, <57b>, <57b>, <52b>, <57b>, <48b>, <57b>, <57b>, <55b>, <48b>, <53b>, <53b>] but: was [<24b>, <84b>, <101b>, <115b>, <116b>, <68b>, <97b>, <116b>, <97b>, <51b>, <51b>, <50b>, <54b>, <49b>, <57b>, <57b>, <52b>, <56b>, <50b>, <48b>, <52b>, <49b>, <54b>, <49b>, <53b>]" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6) at org.apache.beam.sdk.testing.CoderPropertiesTest.testBadCoderIsNotDeterministic(CoderPropertiesTest.java:123) ```
…able batch execution on DataStream API (apache#28614) Co-authored-by: Jiangjie Qin <[email protected]> Co-authored-by: tvalentyn <[email protected]>
* [runners-flink] Remove unnnecessary dependency on flink-annotations * Fix @RequiresStableInput for portable Flink (apache#20812) Fix FlinkRequiresStableInputTest flakiness (apache#21333) * Flink: Tests for stateful stable dofns (apache#20812) * Enable commit for kafka flink portable test * Apply suggestions from code review Co-authored-by: Lukasz Cwik <[email protected]> * Add callback to BufferingDoFnRunner for flushing SDK harness results * revert changes in website Co-authored-by: Lukasz Cwik <[email protected]>
@yananhao12 removed |
Cherry pick apache#31062 to add support for flink 1.18 for Beam Flink Runner from apache/beam master
Changes cherrypicked:
Testing:
./gradlew :runners:flink:build :runners:flink:1.18:validatesRunner
pass locally except for testorg.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState
, which was observed to be flacky in [Bug]: beam_PostCommit_Java_ValidatesRunner_Flink is flakes in org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState apache/beam#22913. And it passed in the OSS test runThank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
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.