KhaninArtur commented on a change in pull request #16192:
URL: https://github.com/apache/beam/pull/16192#discussion_r766604650
##########
File path: learning/katas/python/Core Transforms/Side Output/Side Output/task.py
##########
@@ -14,6 +14,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# beam-playground:
+# name: SideOutput
+# description: Task from katas to implement additional output to your ParDo
for numbers bigger than 100.
+# multifile: false
+# pipeline_options:
+# categories:
+# - Combiners
+# - Testing
Review comment:
```suggestion
# - Testing
# - Multiple Outputs
```
##########
File path: learning/katas/java/Windowing/Fixed Time Window/Fixed Time
Window/src/org/apache/beam/learning/katas/windowing/fixedwindow/Task.java
##########
@@ -18,6 +18,14 @@
package org.apache.beam.learning.katas.windowing.fixedwindow;
+// beam-playground:
+// name: FixedTimeWindow
+// description: Task from katas to count the number of events that happened
based on fixed window with 1-day duration.
+// multifile: false
+// pipeline_options:
+// categories:
+// - Testing
Review comment:
```suggestion
// - Combiners
// - Testing
```
##########
File path: learning/katas/java/Core Transforms/Side Output/Side
Output/src/org/apache/beam/learning/katas/coretransforms/sideoutput/Task.java
##########
@@ -18,6 +18,15 @@
package org.apache.beam.learning.katas.coretransforms.sideoutput;
+// beam-playground:
+// name: SideOutput
+// description: Task from katas to implement additional output to your ParDo
for numbers bigger than 100.
+// multifile: false
+// pipeline_options:
+// categories:
+// - Combiners
+// - Testing
Review comment:
```suggestion
// - Testing
// - Multiple Outputs
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]