beam icon indicating copy to clipboard operation
beam copied to clipboard

Add dataflow option

Open LEEKYE opened this issue 6 months ago • 3 comments

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, comment fixes #<ISSUE NUMBER> instead.
  • [ ] Update CHANGES.md with 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)

Build python source distribution and wheels Python tests Java tests Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

LEEKYE avatar Jun 02 '25 15:06 LEEKYE

So far, this implementation is Java only. Once it's reviewed and approved, I will add Python and Go version changes.

LEEKYE avatar Jun 06 '25 08:06 LEEKYE

R: @apanich R: @abacn R: @ryan-mbuashundip R: @scwhittle R: @kennknowles

LEEKYE avatar Jun 06 '25 14:06 LEEKYE

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

github-actions[bot] avatar Jun 06 '25 14:06 github-actions[bot]

Triggering test and will merge once its done

Abacn avatar Jun 16 '25 15:06 Abacn

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.

codecov[bot] avatar Jun 17 '25 20:06 codecov[bot]