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

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

                Author: ASF GitHub Bot
            Created on: 23/May/19 18:56
            Start Date: 23/May/19 18:56
    Worklog Time Spent: 10m 
      Work Description: ttanay commented on issue #8663: [BEAM-7023] WithKeys 
PTransform for Python SDK
URL: https://github.com/apache/beam/pull/8663#issuecomment-495342339
 
 
   R: @robinyqiu @aaltay @pabloem 
 
----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 247623)
    Time Spent: 0.5h  (was: 20m)

> WithKeys transform for Python SDK
> ---------------------------------
>
>                 Key: BEAM-7023
>                 URL: https://issues.apache.org/jira/browse/BEAM-7023
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-py-core
>            Reporter: Rose Nguyen
>            Assignee: Tanay Tummalapalli
>            Priority: Minor
>              Labels: starter
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> WithKeys<K, V> PCollection<V> and either a constant key of type K or a 
> function from V to K, and returns a PCollection<KV<K, V>>, where each of the 
> values in the input PCollection has been paired with either the constant key 
> or a key computed from the value.
> It should offer the same API as its Java counterpart: 
> [https://github.com/apache/beam/blob/11a977b8b26eff2274d706541127c19dc93131a2/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/WithKeys.java]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to