You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 20:56:12 UTC

[GitHub] [beam] damccorm opened a new issue, #21022: Section 6.6 of the Apache Beam Python programming guide lacks examples

damccorm opened a new issue, #21022:
URL: https://github.com/apache/beam/issues/21022

   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.
   ##### *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
   ##### *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.
   
   Imported from Jira [BEAM-12825](https://issues.apache.org/jira/browse/BEAM-12825). Original Jira may contain additional context.
   Reported by: edusan.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheNeuralBit commented on issue #21022: Section 6.6 of the Apache Beam Python programming guide lacks examples

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on issue #21022:
URL: https://github.com/apache/beam/issues/21022#issuecomment-1295172846

   #23224 addresses the Select and GroupBy transforms, that are supported in Python. But there's still some inconsistencies in the "schema transforms" docs, e.g. it discusses DropFields, AddFields, etc.. that only exist in Java. We should also add languages switches for those sections. Leaving this open to track that.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org