apache/beam

Section 6.6 of the Apache Beam Python programming guide lacks examples

Open

#21,022 建立於 2022年6月4日

在 GitHub 查看
 (4 留言) (1 反應) (1 負責人)Java (4,097 fork)batch import
P3bugexamplesgood first issuepythonwebsite

倉庫指標

Star
 (7,313 star)
PR 合併指標
 (平均合併 6天) (30 天內合併 243 個 PR)

描述

In the section "Using Schema Transforms" of the Python programming guide, which can be found here, 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. Original Jira may contain additional context. Reported by: edusan.

貢獻者指南