[
https://issues.apache.org/jira/browse/BEAM-4172?focusedWorklogId=95172&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-95172
]
ASF GitHub Bot logged work on BEAM-4172:
----------------------------------------
Author: ASF GitHub Bot
Created on: 25/Apr/18 18:38
Start Date: 25/Apr/18 18:38
Worklog Time Spent: 10m
Work Description: schroederc opened a new pull request #5227: [BEAM-4172]
Move textio.FileSystem and its registry to a separate package
URL: https://github.com/apache/beam/pull/5227
Move textio.FileSystem interface and associated registry to a separate
package for broader consumption by custom IO sources and sinks.
----------------------------------------------------------------
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: 95172)
Time Spent: 10m
Remaining Estimate: 0h
> 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: Henning Rohde
> Priority: Major
> Labels: io
> Time Spent: 10m
> 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)