lostluck commented on code in PR #27632:
URL: https://github.com/apache/beam/pull/27632#discussion_r1289372552


##########
website/www/site/content/en/contribute/runner-guide.md:
##########
@@ -249,8 +251,9 @@ to group in a way that is consistent with grouping by those 
bytes, even if you
 have some special knowledge of the types involved.
 
 The elements you are processing will be key-value pairs, and you'll need to 
extract
-the keys. For this reason, the format of key-value pairs is standardized and
-shared across all SDKS. See either
+the keys. For this reason, the format of key-value pairs is
+[standardized and 
shared](https://github.com/apache/beam/blob/release-2.49.0/model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/beam_runner_api.proto#L838)
+across all SDKS. See either
 
[`KvCoder`](https://beam.apache.org/releases/javadoc/2.0.0/org/apache/beam/sdk/coders/KvCoder.html)
 in Java or
 
[`TupleCoder`](https://beam.apache.org/releases/pydoc/2.0.0/apache_beam.coders.html#apache_beam.coders.coders.TupleCoder.key_coder)

Review Comment:
   Looked at wrong commit. Thanks!



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

Reply via email to