[BEAM-1010] A few improvements to Apache Beam Python's FileIO. This closes #1392
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/8e88c7b0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/8e88c7b0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/8e88c7b0 Branch: refs/heads/python-sdk Commit: 8e88c7b035e76c6e15d03a79f9751c6e53786859 Parents: c1440f7 6aa50c1 Author: Luke Cwik <[email protected]> Authored: Mon Nov 21 11:31:42 2016 -0800 Committer: Luke Cwik <[email protected]> Committed: Mon Nov 21 11:31:42 2016 -0800 ---------------------------------------------------------------------- sdks/python/apache_beam/io/fileio.py | 14 +++++++- sdks/python/apache_beam/io/fileio_test.py | 48 +++++++++++++++++++++++--- sdks/python/apache_beam/io/textio.py | 6 +--- sdks/python/apache_beam/io/textio_test.py | 26 ++++++++++++++ 4 files changed, 84 insertions(+), 10 deletions(-) ----------------------------------------------------------------------
