[ 
https://issues.apache.org/jira/browse/BEAM-4172?focusedWorklogId=99280&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-99280
 ]

ASF GitHub Bot logged work on BEAM-4172:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/May/18 23:53
            Start Date: 07/May/18 23:53
    Worklog Time Spent: 10m 
      Work Description: herohde commented on issue #5227: [BEAM-4172] Move 
textio.FileSystem and its registry to a separate package
URL: https://github.com/apache/beam/pull/5227#issuecomment-387241343
 
 
   @kennknowles Would you mind taking a look?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 99280)
    Time Spent: 0.5h  (was: 20m)

> Make public FileSystem registry
> -------------------------------
>
>                 Key: BEAM-4172
>                 URL: https://issues.apache.org/jira/browse/BEAM-4172
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-go
>            Reporter: Cody Schroeder
>            Assignee: Cody Schroeder
>            Priority: Major
>              Labels: io
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> [https://github.com/apache/beam/blob/5743a37/sdks/go/pkg/beam/io/textio/filesystem.go]
> The current _beam/io/textio_ package includes a useful _FileSystem_ interface 
> and corresponding _RegisterFileSystem_ function.  The _textio_ package uses 
> this internally to expose a _Read(beam.Scope, string)_ function that will 
> work for any file path corresponding to a registered FileSystem.
> It would be extremely useful to expose the _FileSystem_ interface outside of 
> just the _textio_ package and add global analogs for each of the _FileSystem_ 
> interface functions using the registry.  This would allow for easier 
> implementation of other file reading sources.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to