This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 2b242fe Merge pull request #4530: Add QueryablePipeline
add fe2de5e Split out buffered read and write code from gcsio.
new e34fee1 Merge pull request #4471: [BEAM-3099] Split out
BufferedReader and BufferedWriter from gcsio.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
sdks/python/apache_beam/io/filesystemio.py | 264 +++++++++++++
sdks/python/apache_beam/io/filesystemio_test.py | 185 +++++++++
sdks/python/apache_beam/io/gcp/gcsio.py | 481 ++++--------------------
sdks/python/apache_beam/io/gcp/gcsio_test.py | 48 +--
4 files changed, 528 insertions(+), 450 deletions(-)
create mode 100644 sdks/python/apache_beam/io/filesystemio.py
create mode 100644 sdks/python/apache_beam/io/filesystemio_test.py
--
To stop receiving notification emails like this one, please contact
[email protected].