Add dataflow option
Address the issue https://github.com/apache/beam/issues/35174 in Java SDK
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Mention the appropriate issue in your description (for example:
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. - [ ] Update
CHANGES.mdwith noteworthy changes. - [ ] If this contribution is large, please file an Apache Individual Contributor License Agreement.
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 or the workflows README to see a list of phrases to trigger workflows.
So far, this implementation is Java only. Once it's reviewed and approved, I will add Python and Go version changes.
R: @apanich R: @abacn R: @ryan-mbuashundip R: @scwhittle R: @kennknowles
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers
Triggering test and will merge once its done
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 70.75%. Comparing base (
de76cfa) to head (a87ef90). Report is 59 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #35120 +/- ##
=============================================
+ Coverage 54.50% 70.75% +16.25%
- Complexity 1479 3310 +1831
=============================================
Files 1017 366 -651
Lines 160983 29285 -131698
Branches 1079 3416 +2337
=============================================
- Hits 87737 20722 -67015
+ Misses 71140 7002 -64138
+ Partials 2106 1561 -545
| Flag | Coverage Δ | |
|---|---|---|
| go | ? |
|
| java | 70.75% <ø> (+2.12%) |
:arrow_up: |
| python | ? |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.