You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Stephen Sisk (JIRA)" <ji...@apache.org> on 2017/01/03 21:37:58 UTC

[jira] [Created] (BEAM-1242) convert older IO/Sources to use standard ReadTransform style

Stephen Sisk created BEAM-1242:
----------------------------------

             Summary: convert older IO/Sources to use standard ReadTransform style
                 Key: BEAM-1242
                 URL: https://issues.apache.org/jira/browse/BEAM-1242
             Project: Beam
          Issue Type: Bug
          Components: beam-model, sdk-java-core
            Reporter: Stephen Sisk
            Assignee: Frances Perry
            Priority: Minor


In more recent IOs added to the beam java SDK, we use a style like:

MyDatabaseIO.read()

which returns a transform. This seems to be the consensus style now, and it'd be good to move the older transforms over to the newer style. XmlSource & TextIO are two examples of older styles that should be replaced. 



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