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/07/21 21:16:35 UTC

[GitHub] beam pull request #3615: [BEAM-2656] Introduces AvroIO.readAll()

GitHub user jkff opened a pull request:

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

    [BEAM-2656] Introduces AvroIO.readAll()

    This includes a couple more improvements:
    
    - Adding ValueProvider support to AvroIO.read()
    - Creating a common utility transform for reading a collection of filepatterns via FileBasedSource. I did not make it public because it should bake some more with other use cases.
    
    R: @jbonofre 
    CC: @reuvenlax 

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

    $ git pull https://github.com/jkff/incubator-beam avroio-readall

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

    https://github.com/apache/beam/pull/3615.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 #3615
    
----
commit 0824e3982bd47f54b917da250497923049d23ca9
Author: Eugene Kirpichov <ki...@google.com>
Date:   2017-07-21T19:38:17Z

    Adds ValueProvider support to AvroIO.Read

commit f988deb238178e28227443b5e8fc389c96f907cf
Author: Eugene Kirpichov <ki...@google.com>
Date:   2017-07-21T21:09:13Z

    Extracts common logic from TextIO.ReadAll into a utility transform

commit 7345de77b2fa658970addfddc21fecaf57dc3775
Author: Eugene Kirpichov <ki...@google.com>
Date:   2017-07-21T21:09:35Z

    Introduces AvroIO.readAll() and readAllGenericRecords()

----


---
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 #3615: [BEAM-2656] Introduces AvroIO.readAll()

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

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


---
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.
---