You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/05/13 19:23:00 UTC

[jira] [Work logged] (BEAM-9928) Edit task descriptors with qualified import name | Go SDK Code Katas

     [ https://issues.apache.org/jira/browse/BEAM-9928?focusedWorklogId=432782&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-432782 ]

ASF GitHub Bot logged work on BEAM-9928:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/May/20 19:22
            Start Date: 13/May/20 19:22
    Worklog Time Spent: 10m 
      Work Description: 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


Issue Time Tracking
-------------------

            Worklog Id:     (was: 432782)
    Remaining Estimate: 0h
            Time Spent: 10m

> Edit task descriptors with qualified import name | Go SDK Code Katas
> --------------------------------------------------------------------
>
>                 Key: BEAM-9928
>                 URL: https://issues.apache.org/jira/browse/BEAM-9928
>             Project: Beam
>          Issue Type: Sub-task
>          Components: katas, sdk-go
>            Reporter: Damon Douglas
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> See original PR comment:  https://github.com/apache/beam/pull/11564#discussion_r419628874



--
This message was sent by Atlassian Jira
(v8.3.4#803005)