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 2020/05/13 19:22:49 UTC

[GitHub] [beam] lostluck commented on a change in pull request #11690: [BEAM-9928] Add qualified import name to task descriptors

lostluck commented on a change in pull request #11690:
URL: https://github.com/apache/beam/pull/11690#discussion_r424676521



##########
File path: learning/katas/go/Core Transforms/Map/ParDo OneToMany/task.md
##########
@@ -26,7 +26,7 @@ In this kata we will map a single element into many by splitting a sentence into
 
 <div class="hint">
   Use <a href="https://godoc.org/github.com/apache/beam/sdks/go/pkg/beam#ParDo">
-  ParDo</a>
+  beam.ParDo</a>
   with a <a href="https://godoc.org/github.com/apache/beam/sdks/go/pkg/beam#hdr-DoFns">
   DoFn</a>.

Review comment:
       +1 to Damon's response. There's no such thing as beam.DoFn as an entity in code. 




----------------------------------------------------------------
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.

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