Skip to content

Conversation

@kennknowles
Copy link
Member

We need a receiver for WindowedValue to create an OutputBuilder. This change introduces the interface and uses it in many places where it is appropriate, replacing and simplifying internal runner code.

This is another piece pulled out of #34902 and revised to be standalone and more carefully reviewed.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • 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.

@kennknowles
Copy link
Member Author

R: @stankiewicz

@github-actions
Copy link
Contributor

github-actions bot commented Jun 6, 2025

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

@kennknowles kennknowles force-pushed the WindowedValueReceiver branch from 5f50ba7 to 63ebaed Compare June 6, 2025 12:12
Copy link
Contributor

@stankiewicz stankiewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, it nicely simplifies how doFn will output WindowedValues

@kennknowles
Copy link
Member Author

Since Dataflow tests are expensive, I am noting that they passed. I will push a fix for spotless.

@kennknowles kennknowles force-pushed the WindowedValueReceiver branch 3 times, most recently from e981f9a to a789a9b Compare June 6, 2025 15:47
We need a receiver for WindowedValue to create an OutputBuilder. This change
introduces the interface and uses it in many places where it is appropriate,
replacing and simplifying internal runner code.
@kennknowles kennknowles force-pushed the WindowedValueReceiver branch from a789a9b to b84cf00 Compare June 6, 2025 15:48
@kennknowles kennknowles merged commit b6d4fdc into apache:master Jun 9, 2025
38 checks passed
@kennknowles kennknowles deleted the WindowedValueReceiver branch June 9, 2025 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants