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 2022/04/22 16:27:56 UTC

[GitHub] [beam] pcoet commented on a diff in pull request #17369: [BEAM-14320] Update programming-guide w/Java GroupByKey example

pcoet commented on code in PR #17369:
URL: https://github.com/apache/beam/pull/17369#discussion_r856392438


##########
website/www/site/content/en/documentation/programming-guide.md:
##########
@@ -1100,6 +1100,18 @@ tree, [2]
 Thus, `GroupByKey` represents a transform from a multimap (multiple keys to
 individual values) to a uni-map (unique keys to collections of values).
 
+Using <span class="language-java">`GroupByKey`</span> is straightforward:

Review Comment:
   @denisecase I believe you need to wrap this whole sentence in the "language-java" class, so that it only appears if Java is the selected language.



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