Fully agree. It's better for tracking. Regards JB
On Jan 24, 2017, 18:04, at 18:04, Lukasz Cwik <[email protected]> wrote: >Yes, please report documentation issues via JIRA (added you as a >contributor so that you can create it), also feel free to open a PR >addressing the issue. > >On Tue, Jan 24, 2017 at 5:34 AM, Tobias Feldhaus < >[email protected]> wrote: > >> Hi, >> >> in the Programming Guide, under the “Creating a PCollection, the >example >> used [0] is written as: >> >> p.apply(TextIO.Read.named("ReadMyFile").from("protocol:// >> path/to/some/inputData.txt")); >> >> The .named method does not exist in 0.4.0 – or am I missing >something? >> Shouldn’t it be more like >> >> p.apply("ReadMyFile ", TextIO.Read.from(“protocol:// >> path/to/some/inputData.txt”)); >> >> >> General question: Should documentation issues reported via JIRA? >> >> Tobi >> >> [0] >https://beam.apache.org/documentation/programming-guide/#pcollection >> >> >> >>
