Skip to content

Comments

[BEAM-646] Add ReplaceOutputs to PTransformOverrideFactory#1995

Closed
tgroh wants to merge 1 commit intoapache:masterfrom
tgroh:replacement_output
Closed

[BEAM-646] Add ReplaceOutputs to PTransformOverrideFactory#1995
tgroh wants to merge 1 commit intoapache:masterfrom
tgroh:replacement_output

Conversation

@tgroh
Copy link
Member

@tgroh tgroh commented Feb 13, 2017

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.

This maps the outputs produced by applying a Replacement PTransform to
the outputs produced by the original PTransform.

@tgroh
Copy link
Member Author

tgroh commented Feb 13, 2017

R: @kennknowles

/**
* Returns a {@link Map} from the expanded values in {@code newOutput} to the values produced by
* the original transform.
*
Copy link
Member

Choose a reason for hiding this comment

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

(you said this to me out loud just now): "Not necessarily, because if you know they are the same semantic thing, you can merge them"

@kennknowles
Copy link
Member

LGTM

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 69.696% when pulling f46459d on tgroh:replacement_output into 30cb93c on apache:master.

@asfbot
Copy link

asfbot commented Feb 13, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/7362/
--none--

This maps the outputs produced by applying a Replacement PTransform to
the outputs produced by the original PTransform.
@tgroh tgroh force-pushed the replacement_output branch from f46459d to a26ece5 Compare February 13, 2017 18:58
@asfgit asfgit closed this in 2c0cffa Feb 13, 2017
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 69.689% when pulling a26ece5 on tgroh:replacement_output into 30cb93c on apache:master.

@asfbot
Copy link

asfbot commented Feb 13, 2017

Refer to this link for build results (access rights to CI server needed):
https://builds.apache.org/job/beam_PreCommit_Java_MavenInstall/7365/
--none--

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.

4 participants