-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Fixup CountingInputTest.java by adding JUnit version number #28
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
Merged
Conversation
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
Member
Author
|
R: @dhalperi |
Contributor
|
LGTM |
davorbonaci
added a commit
to GoogleCloudPlatform/DataflowJavaSDK
that referenced
this pull request
Mar 8, 2016
echauchot
added a commit
to echauchot/beam
that referenced
this pull request
May 12, 2017
echauchot
added a commit
to echauchot/beam
that referenced
this pull request
May 12, 2017
echauchot
added a commit
to echauchot/beam
that referenced
this pull request
May 12, 2017
echauchot
added a commit
to echauchot/beam
that referenced
this pull request
May 12, 2017
issue apache#28 Fix compilation issue after rebase + make checkstyle happy again
cosmoskitten
pushed a commit
to cosmoskitten/beam
that referenced
this pull request
Jun 16, 2017
cosmoskitten
pushed a commit
to cosmoskitten/beam
that referenced
this pull request
Jun 16, 2017
issue apache#28 Fix compilation issue after rebase + make checkstyle happy again
asfgit
pushed a commit
that referenced
this pull request
Aug 23, 2017
asfgit
pushed a commit
that referenced
this pull request
Aug 23, 2017
issue #28 Fix compilation issue after rebase + make checkstyle happy again
lukecwik
referenced
this pull request
in lukecwik/incubator-beam
Mar 22, 2018
Add a no-op sink to datasets that are never consumed
mareksimunek
pushed a commit
to mareksimunek/beam
that referenced
this pull request
May 9, 2018
apache#10 Improve documentation around URI based data-sources/-sinks
robertwb
pushed a commit
to robertwb/incubator-beam
that referenced
this pull request
Apr 30, 2020
* Migrated sdks directory * Migrated dsls directory * Refactored github_sample * Added links to homepage
hengfengli
referenced
this pull request
in hengfengli/beam
Mar 21, 2022
We used to wait for children to be scheduled on every child partition record received. The problem with that is that a child was not scheduled, it could result in resuming the function with the mode WAIT_FOR_CHILD_PARTITION. When resumed, the function would just wait for the children and start finishing the partition. Because of this, any records after the first child partition record for the same stream would be in fact ignored. This PR changes the logic, so that the waiting for child partitions to be scheduled is only done when the change stream ends (meaning all child partition records have been processed).
sjvanrossum
pushed a commit
to sjvanrossum/beam
that referenced
this pull request
May 17, 2023
refactor: Coder::{get_coder_urn -> URN}
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.
No description provided.