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/05/18 19:10:06 UTC

[beam] branch master updated (1f21a4c -> ddf2927)

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 1f21a4c  Merge pull request #11731 from [BEAM-10018] Fix timestamps in two windowing Python katas
     new f4a0f66  Remove all answer placeholder checks as they can be confusing at times for some learners
     new 849721f  Update course in Stepik
     new ddf2927  Merge pull request #11730 from henryken/katas-python-remove-answer-placeholder-check

The 27036 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:
 .../Aggregation/Count/task-remote-info.yaml        |  2 +-
 .../Common Transforms/Aggregation/Count/tests.py   |  4 +---
 .../Aggregation/Largest/task-remote-info.yaml      |  2 +-
 .../Common Transforms/Aggregation/Largest/tests.py |  4 +---
 .../Aggregation/Mean/task-remote-info.yaml         |  2 +-
 .../Common Transforms/Aggregation/Mean/tests.py    |  4 +---
 .../Aggregation/Smallest/task-remote-info.yaml     |  2 +-
 .../Aggregation/Smallest/tests.py                  |  4 +---
 .../Aggregation/Sum/task-remote-info.yaml          |  2 +-
 .../Common Transforms/Aggregation/Sum/tests.py     |  4 +---
 .../Filter/Filter/task-remote-info.yaml            |  2 +-
 .../Common Transforms/Filter/Filter/tests.py       | 16 +------------
 .../Filter/ParDo/task-remote-info.yaml             |  2 +-
 .../python/Common Transforms/Filter/ParDo/tests.py |  4 +---
 .../WithKeys/WithKeys/task-remote-info.yaml        |  2 +-
 .../Common Transforms/WithKeys/WithKeys/tests.py   | 16 +------------
 .../Branching/Branching/task-remote-info.yaml      |  2 +-
 .../Core Transforms/Branching/Branching/tests.py   |  4 +---
 .../CoGroupByKey/task-remote-info.yaml             |  2 +-
 .../CoGroupByKey/CoGroupByKey/tests.py             |  4 +---
 .../Combine/Combine PerKey/task-remote-info.yaml   |  2 +-
 .../Combine/Combine PerKey/tests.py                | 16 +------------
 .../Combine/CombineFn/task-remote-info.yaml        |  2 +-
 .../Core Transforms/Combine/CombineFn/tests.py     | 16 +------------
 .../Combine/Simple Function/task-remote-info.yaml  |  2 +-
 .../Combine/Simple Function/tests.py               | 16 +------------
 .../Composite Transform/task-remote-info.yaml      |  2 +-
 .../Composite Transform/tests.py                   | 16 +------------
 .../Flatten/Flatten/task-remote-info.yaml          |  2 +-
 .../Core Transforms/Flatten/Flatten/tests.py       | 16 +------------
 .../GroupByKey/GroupByKey/task-remote-info.yaml    |  2 +-
 .../Core Transforms/GroupByKey/GroupByKey/tests.py |  4 +---
 .../Map/FlatMap/task-remote-info.yaml              |  2 +-
 .../python/Core Transforms/Map/FlatMap/tests.py    | 16 +------------
 .../Core Transforms/Map/Map/task-remote-info.yaml  |  2 +-
 .../katas/python/Core Transforms/Map/Map/tests.py  | 16 +------------
 .../Map/ParDo OneToMany/task-remote-info.yaml      |  2 +-
 .../Core Transforms/Map/ParDo OneToMany/tests.py   | 27 +---------------------
 .../Map/ParDo/task-remote-info.yaml                |  2 +-
 .../python/Core Transforms/Map/ParDo/tests.py      | 27 +---------------------
 .../Partition/Partition/task-remote-info.yaml      |  2 +-
 .../Core Transforms/Partition/Partition/tests.py   | 16 +------------
 .../Side Input/Side Input/task-remote-info.yaml    |  2 +-
 .../Core Transforms/Side Input/Side Input/tests.py | 27 +---------------------
 .../Side Output/Side Output/task-remote-info.yaml  |  2 +-
 .../Side Output/Side Output/tests.py               | 27 +---------------------
 .../Word Count/Word Count/task-remote-info.yaml    |  2 +-
 .../python/Examples/Word Count/Word Count/tests.py |  4 +---
 .../IO/TextIO/ReadFromText/task-remote-info.yaml   |  2 +-
 .../katas/python/IO/TextIO/ReadFromText/tests.py   | 16 +------------
 .../Hello Beam/Hello Beam/task-remote-info.yaml    |  2 +-
 .../Introduction/Hello Beam/Hello Beam/tests.py    | 15 +-----------
 .../Adding Timestamp/ParDo/task-remote-info.yaml   |  2 +-
 .../Windowing/Adding Timestamp/ParDo/tests.py      | 27 +---------------------
 .../Fixed Time Window/task-remote-info.yaml        |  2 +-
 .../Fixed Time Window/Fixed Time Window/tests.py   | 16 +------------
 learning/katas/python/course-remote-info.yaml      |  2 +-
 57 files changed, 57 insertions(+), 383 deletions(-)