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 a229027 [BEAM-7307] Fix load tests failures due to mistake in
previous PR
add e3f3b57 Fix erros in py sdk io utils and add unit tests
new abede33 Merge pull request #8887: Fix errors in py sdk io utils and
add unit tests
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:
.../apache_beam/examples/snippets/snippets.py | 8 +--
sdks/python/apache_beam/io/utils.py | 9 ++-
sdks/python/apache_beam/io/utils_test.py | 66 ++++++++++++++++++++++
3 files changed, 74 insertions(+), 9 deletions(-)
create mode 100644 sdks/python/apache_beam/io/utils_test.py