Eduardo Sánchez López created BEAM-12825:
--------------------------------------------
Summary: Section 6.6 of the Apache Beam Python programming guide
lacks examples
Key: BEAM-12825
URL: https://issues.apache.org/jira/browse/BEAM-12825
Project: Beam
Issue Type: Bug
Components: examples-python
Reporter: Eduardo Sánchez López
In the section "Using Schema Transforms" of the Python programming guide, which
can be found
[here|https://beam.apache.org/documentation/programming-guide/#using-schemas],
there are missing examples. e.g.
h5. *Nested fields*
Individual nested fields can be specified using the dot operator. For example,
to select just the postal code from the shipping address one would write
h5. *Wildcards*
The * operator can be specified at any nesting level to represent all fields at
that level. For example, to select all shipping-address fields one would write
These paragraphs are eerily similar to the ones that can be found on the Java
programming guide, but they have their corresponding examples.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)