You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jkff <gi...@git.apache.org> on 2017/01/27 23:22:06 UTC

[GitHub] beam pull request #1860: Removes inputProvider() and outputReceiver()

GitHub user jkff opened a pull request:

    https://github.com/apache/beam/pull/1860

    Removes inputProvider() and outputReceiver()

    Removes InputProvider itself too.
    Does not remove OutputReceiver because it's used in @SplitRestriction method.
    Cleans up tests that looked at InputProvider/OutputReceiver parameters - instead now they look at DoFn.ProcessContext parameter, and I improved the formatting of parameter types too.
    
    R: @kennknowles 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jkff/incubator-beam rm-provider-receiver

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/1860.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1860
    
----
commit 7d787bddc80fa832576407c313b26d5436dfa393
Author: Eugene Kirpichov <ki...@google.com>
Date:   2017-01-27T22:56:56Z

    Removes inputProvider() and outputReceiver()
    
    Removes InputProvider itself too.
    Does not remove OutputReceiver because it's used in @SplitRestriction
    method.
    Cleans up tests that looked at InputProvider/OutputReceiver parameters -
    instead now they look at DoFn.ProcessContext parameter, and I improved
    the formatting of parameter types too.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #1860: [BEAM-1340] Removes inputProvider() and outputRecei...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/beam/pull/1860


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---