Skip to content

Conversation

@kennknowles
Copy link
Member

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [BEAM-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify. (Even better, enable
    Travis-CI on your fork and ensure the whole test matrix passes).
  • Replace <Jira issue #> in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

The commits in this PR stand individual but have strong dependencies. They each build towards making the InProcessPipelineRunner correspond to the intended runner API / Beam model.

This will make way for using the evluator in contexts where cloning
is not appropriate, such as evaluator GroupAlsoByWindow
This introduces top-level classes:

 - InProcessGroupByKey, which expands like GroupByKeyViaGroupByKeyOnly
   but with different intermediate PCollection types.
 - InProcessGroupByKeyOnly, which outputs KeyedWorkItem<K, V>. This existed
   already under a different name.
 - InProcessGroupAlsoByWindow, which is evaluated directly and
   accepts input elements of type KeyedWorkItem<K, V>.
@kennknowles
Copy link
Member Author

Actually, failed to revert a couple tests.

iemejia pushed a commit to iemejia/beam that referenced this pull request Jan 12, 2018
damccorm pushed a commit that referenced this pull request Dec 9, 2022
…#23140)

* Updated go_tests Workflow (#170)

Co-authored-by: Elias Segundo <elias.segundo@luisrazo.local>

* Added master changes in go_tests to avoid merge conflicts

* Re adding the fetch-depth: 2 in checkout step in Go Test workflow

* Switching trigger to pull_request (#262)

* Switching trigger to pull_request

* Removing ref from checkout

Co-authored-by: Elias Segundo Antonio <eliassegundo.segundo@gmail.com>
Co-authored-by: Elias Segundo <elias.segundo@luisrazo.local>
Co-authored-by: elink22 <103056145+elink22@users.noreply.github.com>
lostluck pushed a commit to lostluck/beam that referenced this pull request Dec 22, 2022
…apache#23140)

* Updated go_tests Workflow (apache#170)

Co-authored-by: Elias Segundo <elias.segundo@luisrazo.local>

* Added master changes in go_tests to avoid merge conflicts

* Re adding the fetch-depth: 2 in checkout step in Go Test workflow

* Switching trigger to pull_request (apache#262)

* Switching trigger to pull_request

* Removing ref from checkout

Co-authored-by: Elias Segundo Antonio <eliassegundo.segundo@gmail.com>
Co-authored-by: Elias Segundo <elias.segundo@luisrazo.local>
Co-authored-by: elink22 <103056145+elink22@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant