You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ch...@apache.org on 2017/11/08 16:48:13 UTC

[4/4] beam git commit: This closes #3979

This closes #3979


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/0af97209
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/0af97209
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/0af97209

Branch: refs/heads/master
Commit: 0af972095a9a233831dd98cb8b4057f8b2f25dfe
Parents: 9c54542 f22da33
Author: chamikara@google.com <ch...@google.com>
Authored: Wed Nov 8 08:47:44 2017 -0800
Committer: chamikara@google.com <ch...@google.com>
Committed: Wed Nov 8 08:47:44 2017 -0800

----------------------------------------------------------------------
 pom.xml                                         |     3 +
 sdks/python/apache_beam/io/source_test_utils.py |     3 +-
 sdks/python/apache_beam/io/textio.py            |    67 +-
 sdks/python/apache_beam/io/textio_test.py       |   503 +-
 sdks/python/apache_beam/io/vcfio.py             |   436 +
 sdks/python/apache_beam/io/vcfio_test.py        |   519 +
 .../apache_beam/testing/data/vcf/valid-4.0.vcf  |    23 +
 .../testing/data/vcf/valid-4.0.vcf.bz2          |   Bin 0 -> 781 bytes
 .../testing/data/vcf/valid-4.0.vcf.gz           |   Bin 0 -> 727 bytes
 .../testing/data/vcf/valid-4.1-large.vcf        | 10000 +++++++++++++++++
 .../testing/data/vcf/valid-4.1-large.vcf.gz     |   Bin 0 -> 156715 bytes
 .../apache_beam/testing/data/vcf/valid-4.2.vcf  |    42 +
 .../testing/data/vcf/valid-4.2.vcf.gz           |   Bin 0 -> 1240 bytes
 sdks/python/apache_beam/testing/test_utils.py   |    40 +
 .../apache_beam/testing/test_utils_test.py      |    24 +
 sdks/python/generate_pydoc.sh                   |     6 +
 sdks/python/setup.py                            |     3 +-
 17 files changed, 11419 insertions(+), 250 deletions(-)
----------------------------------------------------------------------