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 ed4f82c  Merge pull request #9905 from henryken/built-in-ios-task-note 
Add no kata note for the "Built-in IOs" tasks
     new f61b380  Change from study_project.xml to yaml files for Beam Katas 
Python
     new b58bbff  Exclude Katas remote-info.yaml files from RAT check
     new 6007c8c  Merge pull request #9902 from 
henryken/katas-python-course-yaml

The 23644 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:
 build.gradle                                       |    4 +
 learning/katas/python/.idea/study_project.xml      | 2317 --------------------
 .../Aggregation/Count/task-info.yaml               |   29 +
 .../Aggregation/Count/task-remote-info.yaml        |    2 +
 .../Aggregation/Largest/task-info.yaml             |   29 +
 .../Aggregation/Largest/task-remote-info.yaml      |    2 +
 .../Aggregation/Mean/task-info.yaml                |   29 +
 .../Aggregation/Mean/task-remote-info.yaml         |    2 +
 .../Aggregation/Smallest/task-info.yaml            |   29 +
 .../Aggregation/Smallest/task-remote-info.yaml     |    2 +
 .../Aggregation/Sum/task-info.yaml                 |   29 +
 .../Aggregation/Sum/task-remote-info.yaml          |    2 +
 .../Common Transforms/Aggregation/lesson-info.yaml |   25 +
 .../Aggregation/lesson-remote-info.yaml            |    3 +
 .../Common Transforms/Filter/Filter/task-info.yaml |   29 +
 .../Filter/Filter/task-remote-info.yaml            |    2 +
 .../Common Transforms/Filter/ParDo/task-info.yaml  |   29 +
 .../Filter/ParDo/task-remote-info.yaml             |    2 +
 .../Common Transforms/Filter/lesson-info.yaml      |   22 +
 .../Filter/lesson-remote-info.yaml                 |    3 +
 .../python/Common Transforms/section-info.yaml     |   22 +
 .../Common Transforms/section-remote-info.yaml     |    2 +
 .../Branching/Branching/task-info.yaml             |   32 +
 .../Branching/Branching/task-remote-info.yaml      |    2 +
 .../Core Transforms/Branching/lesson-info.yaml     |   21 +
 .../Branching/lesson-remote-info.yaml              |    3 +
 .../CoGroupByKey/CoGroupByKey/task-info.yaml       |   29 +
 .../CoGroupByKey/task-remote-info.yaml             |    2 +
 .../Core Transforms/CoGroupByKey/lesson-info.yaml  |   21 +
 .../CoGroupByKey/lesson-remote-info.yaml           |    3 +
 .../Combine/Combine PerKey/task-info.yaml          |   29 +
 .../Combine/Combine PerKey/task-remote-info.yaml   |    2 +
 .../Combine/CombineFn/task-info.yaml               |   32 +
 .../Combine/CombineFn/task-remote-info.yaml        |    2 +
 .../Combine/Simple Function/task-info.yaml         |   32 +
 .../Combine/Simple Function/task-remote-info.yaml  |    2 +
 .../Core Transforms/Combine/lesson-info.yaml       |   23 +
 .../Combine/lesson-remote-info.yaml                |    3 +
 .../Composite Transform/task-info.yaml             |   32 +
 .../Composite Transform/task-remote-info.yaml      |    2 +
 .../Composite Transform/lesson-info.yaml           |   21 +
 .../Composite Transform/lesson-remote-info.yaml    |    3 +
 .../Core Transforms/Flatten/Flatten/task-info.yaml |   29 +
 .../Flatten/Flatten/task-remote-info.yaml          |    2 +
 .../Core Transforms/Flatten/lesson-info.yaml       |   21 +
 .../Flatten/lesson-remote-info.yaml                |    3 +
 .../GroupByKey/GroupByKey/task-info.yaml           |   29 +
 .../GroupByKey/GroupByKey/task-remote-info.yaml    |    2 +
 .../Core Transforms/GroupByKey/lesson-info.yaml    |   21 +
 .../GroupByKey/lesson-remote-info.yaml             |    3 +
 .../Core Transforms/Map/FlatMap/task-info.yaml     |   29 +
 .../Map/FlatMap/task-remote-info.yaml              |    2 +
 .../python/Core Transforms/Map/Map/task-info.yaml  |   29 +
 .../Core Transforms/Map/Map/task-remote-info.yaml  |    2 +
 .../Map/ParDo OneToMany/task-info.yaml             |   32 +
 .../Map/ParDo OneToMany/task-remote-info.yaml      |    2 +
 .../Core Transforms/Map/ParDo/task-info.yaml       |   32 +
 .../Map/ParDo/task-remote-info.yaml                |    2 +
 .../python/Core Transforms/Map/lesson-info.yaml    |   24 +
 .../Core Transforms/Map/lesson-remote-info.yaml    |    3 +
 .../Partition/Partition/task-info.yaml             |   32 +
 .../Partition/Partition/task-remote-info.yaml      |    2 +
 .../Core Transforms/Partition/lesson-info.yaml     |   21 +
 .../Partition/lesson-remote-info.yaml              |    3 +
 .../Side Input/Side Input/task-info.yaml           |   32 +
 .../Side Input/Side Input/task-remote-info.yaml    |    2 +
 .../Core Transforms/Side Input/lesson-info.yaml    |   21 +
 .../Side Input/lesson-remote-info.yaml             |    3 +
 .../Side Output/Side Output/task-info.yaml         |   32 +
 .../Side Output/Side Output/task-remote-info.yaml  |    2 +
 .../Core Transforms/Side Output/lesson-info.yaml   |   21 +
 .../Side Output/lesson-remote-info.yaml            |    3 +
 .../katas/python/Core Transforms/section-info.yaml |   30 +
 .../Core Transforms/section-remote-info.yaml       |    2 +
 .../Examples/Word Count/Word Count/task-info.yaml  |   29 +
 .../Word Count/Word Count/task-remote-info.yaml    |    2 +
 .../python/Examples/Word Count/lesson-info.yaml    |   21 +
 .../Examples/Word Count/lesson-remote-info.yaml    |    3 +
 learning/katas/python/Examples/section-info.yaml   |   21 +
 .../katas/python/Examples/section-remote-info.yaml |    2 +
 .../IO/Built-in IOs/Built-in IOs/task-info.yaml    |   25 +
 .../Built-in IOs/task-remote-info.yaml             |    2 +
 .../katas/python/IO/Built-in IOs/lesson-info.yaml  |   21 +
 .../python/IO/Built-in IOs/lesson-remote-info.yaml |    3 +
 .../python/IO/TextIO/ReadFromText/task-info.yaml   |   34 +
 .../IO/TextIO/ReadFromText/task-remote-info.yaml   |    2 +
 learning/katas/python/IO/TextIO/lesson-info.yaml   |   21 +
 .../katas/python/IO/TextIO/lesson-remote-info.yaml |    3 +
 learning/katas/python/IO/section-info.yaml         |   22 +
 learning/katas/python/IO/section-remote-info.yaml  |    2 +
 .../Hello Beam/Hello Beam/task-info.yaml           |   29 +
 .../Hello Beam/Hello Beam/task-remote-info.yaml    |    2 +
 .../Introduction/Hello Beam/lesson-info.yaml       |   21 +
 .../Hello Beam/lesson-remote-info.yaml             |    3 +
 .../katas/python/Introduction/section-info.yaml    |   21 +
 .../python/Introduction/section-remote-info.yaml   |    2 +
 learning/katas/python/course-info.yaml             |   31 +
 learning/katas/python/course-remote-info.yaml      |    2 +
 98 files changed, 1391 insertions(+), 2317 deletions(-)
 delete mode 100644 learning/katas/python/.idea/study_project.xml
 create mode 100644 learning/katas/python/Common 
Transforms/Aggregation/Count/task-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Aggregation/Count/task-remote-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Aggregation/Largest/task-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Aggregation/Largest/task-remote-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Aggregation/Mean/task-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Aggregation/Mean/task-remote-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Aggregation/Smallest/task-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Aggregation/Smallest/task-remote-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Aggregation/Sum/task-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Aggregation/Sum/task-remote-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Aggregation/lesson-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Aggregation/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Filter/Filter/task-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Filter/Filter/task-remote-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Filter/ParDo/task-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Filter/ParDo/task-remote-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Filter/lesson-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/Filter/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Common Transforms/section-info.yaml
 create mode 100644 learning/katas/python/Common 
Transforms/section-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Branching/Branching/task-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Branching/Branching/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Branching/lesson-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Branching/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/CoGroupByKey/CoGroupByKey/task-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/CoGroupByKey/CoGroupByKey/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/CoGroupByKey/lesson-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/CoGroupByKey/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Combine/Combine 
PerKey/task-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Combine/Combine 
PerKey/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Combine/CombineFn/task-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Combine/CombineFn/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Combine/Simple 
Function/task-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Combine/Simple 
Function/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Combine/lesson-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Combine/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Composite 
Transform/Composite Transform/task-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Composite 
Transform/Composite Transform/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Composite 
Transform/lesson-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Composite 
Transform/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Flatten/Flatten/task-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Flatten/Flatten/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Flatten/lesson-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Flatten/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/GroupByKey/GroupByKey/task-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/GroupByKey/GroupByKey/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/GroupByKey/lesson-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/GroupByKey/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Map/FlatMap/task-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Map/FlatMap/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Map/Map/task-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Map/Map/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Map/ParDo 
OneToMany/task-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Map/ParDo 
OneToMany/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Map/ParDo/task-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Map/ParDo/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Map/lesson-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Map/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Partition/Partition/task-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Partition/Partition/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Partition/lesson-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/Partition/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Side Input/Side 
Input/task-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Side Input/Side 
Input/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Side 
Input/lesson-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Side 
Input/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Side Output/Side 
Output/task-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Side Output/Side 
Output/task-remote-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Side 
Output/lesson-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/Side 
Output/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Core Transforms/section-info.yaml
 create mode 100644 learning/katas/python/Core 
Transforms/section-remote-info.yaml
 create mode 100644 learning/katas/python/Examples/Word Count/Word 
Count/task-info.yaml
 create mode 100644 learning/katas/python/Examples/Word Count/Word 
Count/task-remote-info.yaml
 create mode 100644 learning/katas/python/Examples/Word Count/lesson-info.yaml
 create mode 100644 learning/katas/python/Examples/Word 
Count/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Examples/section-info.yaml
 create mode 100644 learning/katas/python/Examples/section-remote-info.yaml
 create mode 100644 learning/katas/python/IO/Built-in IOs/Built-in 
IOs/task-info.yaml
 create mode 100644 learning/katas/python/IO/Built-in IOs/Built-in 
IOs/task-remote-info.yaml
 create mode 100644 learning/katas/python/IO/Built-in IOs/lesson-info.yaml
 create mode 100644 learning/katas/python/IO/Built-in 
IOs/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/IO/TextIO/ReadFromText/task-info.yaml
 create mode 100644 
learning/katas/python/IO/TextIO/ReadFromText/task-remote-info.yaml
 create mode 100644 learning/katas/python/IO/TextIO/lesson-info.yaml
 create mode 100644 learning/katas/python/IO/TextIO/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/IO/section-info.yaml
 create mode 100644 learning/katas/python/IO/section-remote-info.yaml
 create mode 100644 learning/katas/python/Introduction/Hello Beam/Hello 
Beam/task-info.yaml
 create mode 100644 learning/katas/python/Introduction/Hello Beam/Hello 
Beam/task-remote-info.yaml
 create mode 100644 learning/katas/python/Introduction/Hello 
Beam/lesson-info.yaml
 create mode 100644 learning/katas/python/Introduction/Hello 
Beam/lesson-remote-info.yaml
 create mode 100644 learning/katas/python/Introduction/section-info.yaml
 create mode 100644 learning/katas/python/Introduction/section-remote-info.yaml
 create mode 100644 learning/katas/python/course-info.yaml
 create mode 100644 learning/katas/python/course-remote-info.yaml

Reply via email to