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 2017/03/22 21:30:41 UTC

[jira] [Commented] (BEAM-1441) Add an IOChannelFactory interface to Python SDK

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

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

Github user asfgit closed the pull request at:

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


> Add an IOChannelFactory interface to Python SDK
> -----------------------------------------------
>
>                 Key: BEAM-1441
>                 URL: https://issues.apache.org/jira/browse/BEAM-1441
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-py
>            Reporter: Chamikara Jayalath
>            Assignee: Sourabh Bajaj
>             Fix For: First stable release
>
>
> Based on proposal [1], an IOChannelFactory interface was added to Java SDK  [2].
> We should add a similar interface to Python SDK and provide proper implementations for native files, GCS, and other useful formats.
> Python SDK currently has a basic ChannelFactory interface [3] which is used by FileBasedSource [4].
> [1] https://docs.google.com/document/d/11TdPyZ9_zmjokhNWM3Id-XJsVG3qel2lhdKTknmZ_7M/edit#heading=h.kpqagzh8i11w
> [2] https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/util/IOChannelFactory.java
> [3] https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/fileio.py#L107
> [4] https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/filebasedsource.py
>  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)