[GitHub] beam pull request #3661: [BEAM-2643] Adds two new read PTransforms that can ...

2017-08-10 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] beam pull request #3661: [BEAM-2643] Adds two new Read PTransforms that can ...

2017-07-28 Thread chamikaramj
GitHub user chamikaramj opened a pull request:

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

[BEAM-2643] Adds two new Read PTransforms that can be used to read a 
massive number of files

textio.ReadAllFromText is for reading a PCollection of text files/file 
patterns.
avroio.ReadAllFromAvro is for reading a PCollection of Avro files/file 
patterns.

Most of the logic was generalized to a new PTransform 
filebasedsource.ReadAllFiles so that other file-based sources can be easily 
adapted to follow the same pattern.



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

$ git pull https://github.com/chamikaramj/beam fileio_read_all

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

https://github.com/apache/beam/pull/3661.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 #3661


commit 5174e48a3e3ac495d452f438be916b3046ed1cf4
Author: chamik...@google.com 
Date:   2017-07-29T02:39:02Z

Adds two new Read PTransforms that can be used to read a massive number of 
files.

textio.ReadAllFromText is for reading a PCollection of text files/file 
patterns.
avroio.ReadAllFromAvro is for reading a PCollection of Avro files/file 
patterns.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---