TheNeuralBit commented on a change in pull request #13046:
URL: https://github.com/apache/beam/pull/13046#discussion_r501378189



##########
File path: website/www/site/content/en/documentation/programming-guide.md
##########
@@ -2660,17 +2660,28 @@ output_pc = input_pc | beam.Map(lambda item: 
beam.Row(bank=item["bank"],
 {{< /highlight >}}
 
 {{< paragraph class="language-py" >}}
-Note that this declaration doesn't include any specific information about the
-types of the `bank` and `purchase_amount` fields. Beam will attempt to infer
-type information, if it's unable to it will fall back to the generic type
+Sometimes it can be more concise to express the same logic with the
+[`Select`](https://beam.apache.org/releases/pydoc/current/apache_beam.transforms.core.html#apache_beam.transforms.core.Select)
 transform:

Review comment:
       Note this link is broken today. Let's hold off on merging until 2.25.0 
is out and this link 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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to