You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "gaurav gupta (JIRA)" <ji...@apache.org> on 2016/08/25 20:58:20 UTC

[jira] [Created] (BEAM-589) Making IO.Read transformations to extend PTransform>

gaurav gupta created BEAM-589:
---------------------------------

             Summary: 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)