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/17 09:36:12 UTC

[GitHub] [beam] KhaninArtur commented on a change in pull request #16147: [BEAM-13359] [Playground] Tag existing examples

KhaninArtur commented on a change in pull request #16147:
URL: https://github.com/apache/beam/pull/16147#discussion_r771220192



##########
File path: examples/java/src/main/java/org/apache/beam/examples/MinimalWordCount.java
##########
@@ -17,6 +17,16 @@
  */
 package org.apache.beam.examples;
 
+// beam-playground:
+//   name: MinimalWordCount
+//   description: An example that counts words in Shakespeare/kinglear.txt.

Review comment:
       ```suggestion
   //   description: An example that counts words in Shakespeare's works.
   ```

##########
File path: sdks/go/examples/minimal_wordcount/minimal_wordcount.go
##########
@@ -36,6 +36,14 @@
 // "wordcounts.txt" in your current working directory.
 package main
 
+// beam-playground:
+//   name: MinimalWordCount
+//   description: An example that counts words in Shakespeare.

Review comment:
       ```suggestion
   //   description: An example that counts words in Shakespeare's works.
   ```




-- 
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