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/28 21:36:21 UTC

[beam] branch master updated (9cea449 -> d1058a6)

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 9cea449  [BEAM-7547] Avoid WindmillStateCache cache hits for stale work.
     add 0d5e711  Add Python snippet for Map transform
     add d1058a6  Merge pull request #8902: [BEAM-7389] Add Python snippet for Map transform

No new revisions were added by this update.

Summary of changes:
 .../snippets/transforms/element_wise/map.py        | 203 +++++++++++++++++++++
 .../element_wise/{flat_map_test.py => map_test.py} |  50 +++--
 2 files changed, 227 insertions(+), 26 deletions(-)
 create mode 100644 sdks/python/apache_beam/examples/snippets/transforms/element_wise/map.py
 copy sdks/python/apache_beam/examples/snippets/transforms/element_wise/{flat_map_test.py => map_test.py} (63%)