Closes #1749
Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a2551517 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a2551517 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a2551517 Branch: refs/heads/python-sdk Commit: a2551517184e55ecf01d07dffd921b105f7dc448 Parents: 69d8f2b 93e8d19 Author: Robert Bradshaw <[email protected]> Authored: Mon Jan 9 13:13:55 2017 -0800 Committer: Robert Bradshaw <[email protected]> Committed: Mon Jan 9 13:13:55 2017 -0800 ---------------------------------------------------------------------- sdks/python/apache_beam/io/__init__.py | 1 + sdks/python/apache_beam/io/tfrecordio.py | 271 ++++++++++++++ sdks/python/apache_beam/io/tfrecordio_test.py | 389 +++++++++++++++++++++ sdks/python/setup.py | 1 + 4 files changed, 662 insertions(+) ----------------------------------------------------------------------
