KhaninArtur commented on a change in pull request #16147:
URL: https://github.com/apache/beam/pull/16147#discussion_r775821986
##########
File path:
examples/java/src/main/java/org/apache/beam/examples/cookbook/DistinctExample.java
##########
@@ -17,6 +17,18 @@
*/
package org.apache.beam.examples.cookbook;
+// beam-playground:
+// name: DistinctExample
+// description: An example uses as input text of King Lear,
+// by William Shakespeare as plain text files and removes
+// duplicate lines across all the files.
+// multifile: false
+// pipeline_options: --output output.txt
+// categories:
+// - IO
Review comment:
Should we also add `Core Transforms`?
##########
File path: sdks/python/apache_beam/examples/wordcount_minimal.py
##########
@@ -46,6 +46,15 @@
# pytype: skip-file
+# beam-playground:
+# name: WordCountMinimal
+# description: An example that counts words in Shakespeare's works.
+# multifile: false
+# pipeline_options: --output output.txt
+# categories:
+# - IO
Review comment:
I think, we should also add `Combiners`
--
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]