You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jkff <gi...@git.apache.org> on 2017/08/25 00:06:55 UTC

[GitHub] beam pull request #3759: Moves Match into FileIO.match()/matchAll()

GitHub user jkff opened a pull request:

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

    Moves Match into FileIO.match()/matchAll()

    FileIO will later gain other methods, such as read()/write().
    
    Also introduces FileIO.match().filepattern(...) as a shorthand for Create.of(filepattern).apply(FileIO.matchAll()).
    
    Also introduces FileIO.MatchConfiguration - a common type to use
    by various file-based IOs to reduce boilerplate, and uses it in TextIO.
    
    R: @reuvenlax 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jkff/incubator-beam file-io

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/3759.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3759
    
----
commit bcad095f87436be7944dd7494ecad9b13af51557
Author: Eugene Kirpichov <ki...@google.com>
Date:   2017-08-24T23:31:41Z

    Moves Match into FileIO.match()/matchAll()
    
    FileIO will later gain other methods, such as read()/write().
    
    Also introduces FileIO.MatchConfiguration - a common type to use
    by various file-based IOs to reduce boilerplate, and uses it in TextIO.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #3759: [BEAM-2828] Moves Match into FileIO.match()/matchAl...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---