damccorm commented on code in PR #37961:
URL: https://github.com/apache/beam/pull/37961#discussion_r3010446463
##########
website/www/site/content/en/documentation/programming-guide.md:
##########
@@ -4287,6 +4305,15 @@ arrays, the use of {} curly brackets in the selector is
recommended, to make it
selected, they can be omitted for brevity. In the future, map key selectors
will be supported, allowing selection of
specific keys from the map. For example, given the following schema:
+<< paragraph class="language-py" >>
+Example of selecting a specific key from a map field:
+<< /paragraph >>
+
+<< highlight py >>
+input_pc = ...
+output_pc = input_pc | beam.Select("purchasesByType['electronics']")
+<< /highlight >>
+
Review Comment:
This has the same problem as https://github.com/apache/beam/pull/37959 -
none of these are supported today
--
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]