You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2019/10/22 20:15:14 UTC

[beam] branch master updated (b3e55a3 -> 4fa1501)

This is an automated email from the ASF dual-hosted git repository.

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


    from b3e55a3  Merge pull request #9822 [BEAM-8418] Use base64 string for representing impulse payload in DF runner legacy codepath.
     add 4fa1501  [BEAM-7389] Show code snippet outputs as stdout (#9790)

No new revisions were added by this update.

Summary of changes:
 .../snippets/transforms/elementwise/filter_test.py |  38 +++--
 .../transforms/elementwise/flatmap_test.py         |  42 +++---
 .../snippets/transforms/elementwise/keys_test.py   |  26 ++--
 .../snippets/transforms/elementwise/kvswap_test.py |  26 ++--
 .../snippets/transforms/elementwise/map_test.py    |  44 +++---
 .../snippets/transforms/elementwise/pardo.py       |   1 -
 .../snippets/transforms/elementwise/pardo_test.py  |  41 +++---
 .../snippets/transforms/elementwise/partition.py   |  49 +++----
 .../transforms/elementwise/partition_test.py       |  66 +++++----
 .../snippets/transforms/elementwise/regex_test.py  | 156 +++++++++------------
 .../transforms/elementwise/tostring_test.py        |  79 ++++-------
 .../snippets/transforms/elementwise/values_test.py |  26 ++--
 .../transforms/elementwise/withtimestamps_test.py  |  68 ++++-----
 sdks/python/apache_beam/examples/snippets/util.py  |  36 ++---
 .../apache_beam/examples/snippets/util_test.py     |  56 +++++---
 15 files changed, 348 insertions(+), 406 deletions(-)