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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
