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 2021/07/01 23:38:00 UTC

[jira] [Work logged] (BEAM-12513) Complete Go SDK inclusion to Beam Programming Guide

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

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

                Author: ASF GitHub Bot
            Created on: 01/Jul/21 23:37
            Start Date: 01/Jul/21 23:37
    Worklog Time Spent: 10m 
      Work Description: lostluck commented on a change in pull request #15057:
URL: https://github.com/apache/beam/pull/15057#discussion_r662649063



##########
File path: website/www/site/content/en/documentation/programming-guide.md
##########
@@ -499,16 +531,34 @@ the transform itself as an argument, and the operation returns the output
 [Output PCollection] = [Input PCollection] | [Transform]
 {{< /highlight >}}
 
+{{< highlight go >}}
+[Output PCollection] := beam.ParDo(s, [Transform], [Input PCollection])
+{{< /highlight >}}
+
+{{< paragraph class="language-java language-py" >}}
 Because Beam uses a generic `apply` method for `PCollection`, you can both chain
 transforms sequentially and also apply transforms that contain other transforms
 nested within (called [composite transforms](#composite-transforms) in the Beam
 SDKs).
+{{< /paragraph >}}
+
+{{< paragraph class="language-go" >}}
+Because Go doesn't support function overloading, it's recommended to

Review comment:
       Agreed. Done.




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


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

    Worklog Id:     (was: 617898)
    Time Spent: 5h 20m  (was: 5h 10m)

> Complete Go SDK inclusion to Beam Programming Guide
> ---------------------------------------------------
>
>                 Key: BEAM-12513
>                 URL: https://issues.apache.org/jira/browse/BEAM-12513
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-go
>            Reporter: Robert Burke
>            Assignee: Robert Burke
>            Priority: P2
>          Time Spent: 5h 20m
>  Remaining Estimate: 0h
>
> BPG Go Audit snapshot: [https://docs.google.com/spreadsheets/d/1DrBFjxPBmMMmPfeFr6jr_JndxGOes8qDqKZ2Uxwvvds/edit?resourcekey=0-tVFwcLrQ2v2jpZkHk6QOpQ#gid=2072310090]
> Goal is to include Go SDK code for all missing snippets, and where code can't yet exist, file and link a Jira instead.



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