You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Damon Douglas (Jira)" <ji...@apache.org> on 2020/09/15 14:50:00 UTC

[jira] [Updated] (BEAM-9680) Common Transforms | Go SDK Code Katas

     [ https://issues.apache.org/jira/browse/BEAM-9680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damon Douglas updated BEAM-9680:
--------------------------------
    Description: 
A kata devoted to common Apache beam transforms patterns after [https://github.com/apache/beam/tree/master/learning/katas/java/Common%20Transforms].  The take away for an individual is to master the following using the Golang SDK.
 * Aggregation
 * Filter



||Transform||Pull Request||Status||
|Filter with ParDo|[12506 |https://github.com/apache/beam/pull/12506]|Closed|
|Filter with filter package|[12613 |https://github.com/apache/beam/pull/12613]|Closed|
|Aggregation - Count|[12646 |https://github.com/apache/beam/pull/12646]|Closed|
|Aggregation - Sum|[12694 |https://github.com/apache/beam/pull/12694]|Closed|
|Aggregation - Mean|[12725 |https://github.com/apache/beam/pull/12725]|Closed|
|Aggregation - Min|[TBD]|TBD|
|Aggregation - Max|[TBD]|TBD|

  was:
A kata devoted to common Apache beam transforms patterns after [https://github.com/apache/beam/tree/master/learning/katas/java/Common%20Transforms].  The take away for an individual is to master the following using the Golang SDK.
 * Aggregation
 * Filter



||Transform||Pull Request||Status||
|Filter with ParDo|[12506 |https://github.com/apache/beam/pull/12506]|Closed|
|Filter with filter package|[12613 |https://github.com/apache/beam/pull/12613]|Closed|
|Aggregation - Count|[12646 |https://github.com/apache/beam/pull/12646]|Closed|
|Aggregation - Sum|[12694 |https://github.com/apache/beam/pull/12694]|Closed|
|Aggregation - Mean|[12725 |https://github.com/apache/beam/pull/12725]|TBD|
|Aggregation - Min|[TBD]|TBD|
|Aggregation - Max|[TBD]|TBD|


> Common Transforms | Go SDK Code Katas
> -------------------------------------
>
>                 Key: BEAM-9680
>                 URL: https://issues.apache.org/jira/browse/BEAM-9680
>             Project: Beam
>          Issue Type: Sub-task
>          Components: katas, sdk-go
>            Reporter: Damon Douglas
>            Assignee: Damon Douglas
>            Priority: P2
>              Labels: P2
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> A kata devoted to common Apache beam transforms patterns after [https://github.com/apache/beam/tree/master/learning/katas/java/Common%20Transforms].  The take away for an individual is to master the following using the Golang SDK.
>  * Aggregation
>  * Filter
> ||Transform||Pull Request||Status||
> |Filter with ParDo|[12506 |https://github.com/apache/beam/pull/12506]|Closed|
> |Filter with filter package|[12613 |https://github.com/apache/beam/pull/12613]|Closed|
> |Aggregation - Count|[12646 |https://github.com/apache/beam/pull/12646]|Closed|
> |Aggregation - Sum|[12694 |https://github.com/apache/beam/pull/12694]|Closed|
> |Aggregation - Mean|[12725 |https://github.com/apache/beam/pull/12725]|Closed|
> |Aggregation - Min|[TBD]|TBD|
> |Aggregation - Max|[TBD]|TBD|



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