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

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

GitHub user gauravgopi123 reopened a pull request:

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

    [BEAM-589] Fixing IO.Read transformation

    Be sure to do all of the following to help us incorporate your contribution
    quickly and easily:
    
     - [x] Make sure the PR title is formatted like:
       `[BEAM-<Jira issue #>] Description of pull request`
     - [x] Make sure tests pass via `mvn clean verify`. (Even better, enable
           Travis-CI on your fork and ensure the whole test matrix passes).
     - [x] Replace `<Jira issue #>` in the title with the actual Jira issue
           number, if there is one.
     - [x] If this contribution is large, please file an Apache
           [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.txt).
    
    ---
    


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

    $ git pull https://github.com/gauravgopi123/incubator-beam BEAM-589

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

    https://github.com/apache/incubator-beam/pull/889.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 #889
    
----
commit 2438d2b9e1fef6f5e8742fa65fe70d593f2f6145
Author: gaurav gupta <gaugu...@cisco.com>
Date:   2016-08-25T21:00:06Z

    [BEAM-589] Fixing IO.Read transformation

----


> Making IO.Read transformations to extend PTransform<PBegin, PCollection<T>>
> ---------------------------------------------------------------------------
>
>                 Key: BEAM-589
>                 URL: https://issues.apache.org/jira/browse/BEAM-589
>             Project: Beam
>          Issue Type: Bug
>            Reporter: gaurav gupta
>
> Currently TextIO.Read.Bound, AvroIO.Read.Bound, PubsubIO.Read.Bound, 
> BIgQueryIO.Read.Bound are all extending from PTransform<PInput, 
> PCollection<T>>  instead they should be extending from  PTransform<PBegin, 
> PCollection<T>>



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

Reply via email to