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/03/10 05:38:23 UTC

[beam] branch master updated (d84b80b -> 0259a20)

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 d84b80b  Merge pull request #11068 from lukecwik/splittabledofn3
     add 0259a20  Additional new Python Katas (#11078)

No new revisions were added by this update.

Summary of changes:
 .../Aggregation/lesson-remote-info.yaml            |  2 +-
 .../Filter/lesson-remote-info.yaml                 |  2 +-
 .../Filter => WithKeys/WithKeys}/task-info.yaml    |  2 +-
 .../WithKeys/WithKeys/task-remote-info.yaml        |  2 +
 .../Common Transforms/WithKeys/WithKeys/task.html  |  8 +---
 .../WithKeys/WithKeys}/task.py                     |  6 +--
 .../WithKeys/WithKeys}/tests.py                    | 16 ++++----
 .../Common Transforms/WithKeys/lesson-info.yaml    |  0
 .../WithKeys/lesson-remote-info.yaml               |  3 ++
 .../python/Common Transforms/section-info.yaml     |  1 +
 .../katas/python/Examples/section-remote-info.yaml |  2 +-
 .../Adding Timestamp/ParDo}/task-info.yaml         |  8 ++--
 .../Adding Timestamp/ParDo/task-remote-info.yaml   |  2 +
 .../Windowing/Adding Timestamp/ParDo/task.html     | 13 +++----
 .../Adding Timestamp/ParDo}/task.py                | 39 ++++++++++++--------
 .../Adding Timestamp/ParDo}/tests.py               | 16 +++++---
 .../Adding Timestamp}/lesson-info.yaml             |  1 -
 .../Adding Timestamp/lesson-remote-info.yaml       |  3 ++
 .../Fixed Time Window}/task-info.yaml              |  4 +-
 .../Fixed Time Window/task-remote-info.yaml        |  2 +
 .../Fixed Time Window/Fixed Time Window/task.html  |  4 +-
 .../Fixed Time Window/Fixed Time Window/task.py    | 43 ++++++++++++++++++++++
 .../Fixed Time Window/Fixed Time Window}/tests.py  | 19 ++++++----
 .../Windowing/Fixed Time Window/lesson-info.yaml   |  0
 .../Fixed Time Window/lesson-remote-info.yaml      |  3 ++
 .../{java => python}/Windowing/section-info.yaml   |  0
 .../python/Windowing/section-remote-info.yaml      |  2 +
 learning/katas/python/course-info.yaml             |  1 +
 learning/katas/python/course-remote-info.yaml      |  2 +-
 learning/katas/python/log_elements.py              | 27 +++++++++++---
 30 files changed, 163 insertions(+), 70 deletions(-)
 copy learning/katas/python/Common Transforms/{Filter/Filter => WithKeys/WithKeys}/task-info.yaml (98%)
 create mode 100644 learning/katas/python/Common Transforms/WithKeys/WithKeys/task-remote-info.yaml
 copy learning/katas/{java => python}/Common Transforms/WithKeys/WithKeys/task.html (77%)
 copy learning/katas/python/{IO/TextIO/ReadFromText => Common Transforms/WithKeys/WithKeys}/task.py (88%)
 copy learning/katas/python/{Core Transforms/Composite Transform/Composite Transform => Common Transforms/WithKeys/WithKeys}/tests.py (75%)
 copy learning/katas/{java => python}/Common Transforms/WithKeys/lesson-info.yaml (100%)
 create mode 100644 learning/katas/python/Common Transforms/WithKeys/lesson-remote-info.yaml
 copy learning/katas/python/{Core Transforms/Branching/Branching => Windowing/Adding Timestamp/ParDo}/task-info.yaml (93%)
 create mode 100644 learning/katas/python/Windowing/Adding Timestamp/ParDo/task-remote-info.yaml
 copy learning/katas/{java => python}/Windowing/Adding Timestamp/ParDo/task.html (75%)
 copy learning/katas/python/{Core Transforms/Combine/CombineFn => Windowing/Adding Timestamp/ParDo}/task.py (50%)
 copy learning/katas/python/{Core Transforms/Map/ParDo OneToMany => Windowing/Adding Timestamp/ParDo}/tests.py (70%)
 copy learning/katas/python/{Common Transforms/Filter => Windowing/Adding Timestamp}/lesson-info.yaml (98%)
 create mode 100644 learning/katas/python/Windowing/Adding Timestamp/lesson-remote-info.yaml
 copy learning/katas/python/{Common Transforms/Aggregation/Smallest => Windowing/Fixed Time Window/Fixed Time Window}/task-info.yaml (96%)
 create mode 100644 learning/katas/python/Windowing/Fixed Time Window/Fixed Time Window/task-remote-info.yaml
 copy learning/katas/{java => python}/Windowing/Fixed Time Window/Fixed Time Window/task.html (94%)
 create mode 100644 learning/katas/python/Windowing/Fixed Time Window/Fixed Time Window/task.py
 copy learning/katas/python/{Common Transforms/Filter/Filter => Windowing/Fixed Time Window/Fixed Time Window}/tests.py (67%)
 copy learning/katas/{java => python}/Windowing/Fixed Time Window/lesson-info.yaml (100%)
 create mode 100644 learning/katas/python/Windowing/Fixed Time Window/lesson-remote-info.yaml
 copy learning/katas/{java => python}/Windowing/section-info.yaml (100%)
 create mode 100644 learning/katas/python/Windowing/section-remote-info.yaml