You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/01/22 19:06:39 UTC

[beam] branch master updated (dd0b001 -> a8903bc)

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

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


    from dd0b001  Merge pull request #10534: Beam-2535: Support timer output timestamps in the flink runner
     new 5549f99  Update to Python 3.7 and upgrade to Beam v2.17.0
     new b318a12  Change "Built-in IOs" task type to "theory"
     new 6768943  Remove "run_common_tests()" in all tests.py to make it work with Python 3
     new d0b5eaa  Update the course on Stepik
     new 484703e  Add back the license header
     new a8903bc  Merge pull request #10640 from henryken/katas-python3

The 25212 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:
 .../katas/python/Common Transforms/Aggregation/Count/tests.py    | 6 ++++--
 .../katas/python/Common Transforms/Aggregation/Largest/tests.py  | 6 ++++--
 .../katas/python/Common Transforms/Aggregation/Mean/tests.py     | 6 ++++--
 .../katas/python/Common Transforms/Aggregation/Smallest/tests.py | 6 ++++--
 learning/katas/python/Common Transforms/Aggregation/Sum/tests.py | 6 ++++--
 learning/katas/python/Common Transforms/Filter/Filter/tests.py   | 7 +++++--
 learning/katas/python/Common Transforms/Filter/ParDo/tests.py    | 6 ++++--
 .../katas/python/Core Transforms/Branching/Branching/tests.py    | 6 ++++--
 .../python/Core Transforms/CoGroupByKey/CoGroupByKey/tests.py    | 6 ++++--
 .../katas/python/Core Transforms/Combine/Combine PerKey/tests.py | 9 ++++++---
 learning/katas/python/Core Transforms/Combine/CombineFn/tests.py | 7 +++++--
 .../python/Core Transforms/Combine/Simple Function/tests.py      | 7 +++++--
 .../Composite Transform/Composite Transform/tests.py             | 7 +++++--
 learning/katas/python/Core Transforms/Flatten/Flatten/tests.py   | 7 +++++--
 .../katas/python/Core Transforms/GroupByKey/GroupByKey/tests.py  | 6 ++++--
 learning/katas/python/Core Transforms/Map/FlatMap/tests.py       | 7 +++++--
 learning/katas/python/Core Transforms/Map/Map/tests.py           | 7 +++++--
 .../katas/python/Core Transforms/Map/ParDo OneToMany/tests.py    | 7 +++++--
 learning/katas/python/Core Transforms/Map/ParDo/tests.py         | 7 +++++--
 .../katas/python/Core Transforms/Partition/Partition/tests.py    | 7 +++++--
 .../katas/python/Core Transforms/Side Input/Side Input/tests.py  | 8 +++++---
 .../python/Core Transforms/Side Output/Side Output/tests.py      | 8 +++++---
 .../katas/python/Examples/Word Count/Word Count/task-info.yaml   | 2 +-
 learning/katas/python/Examples/Word Count/Word Count/task.html   | 4 ++++
 learning/katas/python/Examples/Word Count/Word Count/task.py     | 2 +-
 learning/katas/python/Examples/Word Count/Word Count/tests.py    | 6 ++++--
 .../katas/python/IO/Built-in IOs/Built-in IOs/task-info.yaml     | 2 +-
 learning/katas/python/IO/Built-in IOs/Built-in IOs/task.html     | 3 +--
 learning/katas/python/IO/TextIO/ReadFromText/tests.py            | 7 +++++--
 .../katas/python/Introduction/Hello Beam/Hello Beam/tests.py     | 7 +++++--
 learning/katas/python/course-info.yaml                           | 2 +-
 learning/katas/python/course-remote-info.yaml                    | 2 +-
 learning/katas/python/log_elements.py                            | 2 +-
 learning/katas/python/requirements.txt                           | 4 ++--
 34 files changed, 129 insertions(+), 63 deletions(-)