You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/12/10 12:53:31 UTC

[GitHub] [beam] pavel-avilov commented on a change in pull request #16192: [BEAM-13395] [Playground] Tag katas

pavel-avilov commented on a change in pull request #16192:
URL: https://github.com/apache/beam/pull/16192#discussion_r766654580



##########
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:
       Done

##########
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:
       Done

##########
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:
       Done

##########
File path: learning/katas/java/Core Transforms/Combine/BinaryCombineFn Lambda/src/org/apache/beam/learning/katas/coretransforms/combine/binarycombinefnlambda/Task.java
##########
@@ -18,6 +18,15 @@
 
 package org.apache.beam.learning.katas.coretransforms.combine.binarycombinefnlambda;
 
+// beam-playground:
+//   name: BinaryCombineFnLambda
+//   description: Task from katas to implements the summation of BigInteger using lambda or method reference.

Review comment:
       Done




-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org