Conversation
Contributor
|
Assigning reviewers: R: @damccorm for label website. Note: If you would like to opt out of this review, comment Available commands:
The PR bot will only process comments in the main thread (not review comments). |
damccorm
reviewed
Sep 10, 2026
Name the Google Summer of Code project in the intro and add a motivation section describing the gaps the two APIs fill. Describe what the MatchContinuously refactor changed about its per-file state. List a contact email on the author entry.
Contributor
Author
|
Thank you for the quick review, Danny, and for bringing in Yi Hu. All three comments are addressed. |
Say what the two APIs let a Python developer build: a source for their own message queue or database change feed, and reusable polling for an input that keeps growing. Credit the splittable DoFn support that already existed, and note that checkpoint finalization is best effort.
An unbounded splittable DoFn could already do this. UnboundedSource exists so a source author does not have to learn restrictions, resumption, and watermark estimators first.
Abacn
reviewed
Sep 11, 2026
Abacn
left a comment
Contributor
There was a problem hiding this comment.
Thanks! This LGTM, just had one comment
Readers track Beam releases, so name 2.77.0 instead of the master branch.
Abacn
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adapt the GSoC final report into a concise blog post about the Python
UnboundedSourceAPI andWatchtransform. Cover their design, runner validation, and local benchmarks, with a link to the full report.Validation: checked against the report and current APIs; Hugo 0.117.0 production build, browser preview, and
git diff --checkpassed.