You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/22 03:11:58 UTC

[jira] [Commented] (BEAM-1185) Remove the word Pipeline from the name of all PipelineRunner implementations

    [ https://issues.apache.org/jira/browse/BEAM-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15768872#comment-15768872 ] 

ASF GitHub Bot commented on BEAM-1185:
--------------------------------------

GitHub user aaltay opened a pull request:

    https://github.com/apache/incubator-beam/pull/1685

    [BEAM-1185] Remove the word 'Pipeline' from the PipelineRunner subclasses

    The change is mostly mechanical, except for the runner.py (and its
    test). Temporarily added a way for not breaking existing users of this
    runners. After a grace period after the new year, I will remove that
    piece of code.


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

    $ git pull https://github.com/aaltay/incubator-beam expand

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

    https://github.com/apache/incubator-beam/pull/1685.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 #1685
    
----
commit 2d35464446ec34a11b4bb12d83d930cdbf9f6e48
Author: Ahmet Altay <al...@google.com>
Date:   2016-12-22T03:02:09Z

    Remove the word 'Pipeline' from the PipelineRunner subclasses.
    
    The change is mostly mechnanical, except for the runners.py (and its
    test). Temporarily added a way for not breaking existing users of this
    runners. After a grace period after the new year, I will remove that
    piece of code.

----


> Remove the word Pipeline from the name of all PipelineRunner implementations
> ----------------------------------------------------------------------------
>
>                 Key: BEAM-1185
>                 URL: https://issues.apache.org/jira/browse/BEAM-1185
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py
>            Reporter: Ahmet Altay
>            Assignee: Ahmet Altay
>              Labels: backward-incompatible, sdk-consistency
>
> See: https://issues.apache.org/jira/browse/BEAM-234
> Rename all runners to remove the Pipeline word from their name in the Python SDK (e.g. DirectPipelineRunner -> DirectRunner).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)