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 2019/06/24 18:02:12 UTC

[beam] branch master updated (a229027 -> abede33)

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


[beam] 01/01: Merge pull request #8887: Fix errors in py sdk io utils and add unit tests

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chamikara pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit abede33239c141c48df2633321ce087eb54dd7a3
Merge: a229027 e3f3b57
Author: Chamikara Jayalath <ch...@apache.org>
AuthorDate: Mon Jun 24 11:01:58 2019 -0700

    Merge pull request #8887: Fix errors in py sdk io utils and add unit tests

 .../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(-)