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

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

                Author: ASF GitHub Bot
            Created on: 28/Feb/19 19:10
            Start Date: 28/Feb/19 19:10
    Worklog Time Spent: 10m 
      Work Description: reuvenlax commented on pull request #7353: [BEAM-4461] 
Support inner and outer style joins in CoGroup.
URL: https://github.com/apache/beam/pull/7353#discussion_r261341718
 
 

 ##########
 File path: 
sdks/java/core/src/main/java/org/apache/beam/sdk/values/PCollectionTuple.java
 ##########
 @@ -137,6 +218,10 @@ public static PCollectionTuple empty(Pipeline pipeline) {
     return pcollection;
   }
 
+  public <T> PCollection<T> get(String tag) {
 
 Review comment:
   done
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 205972)
    Time Spent: 23h 50m  (was: 23h 40m)

> Create a library of useful transforms that use schemas
> ------------------------------------------------------
>
>                 Key: BEAM-4461
>                 URL: https://issues.apache.org/jira/browse/BEAM-4461
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-java-core
>            Reporter: Reuven Lax
>            Assignee: Reuven Lax
>            Priority: Major
>              Labels: triaged
>          Time Spent: 23h 50m
>  Remaining Estimate: 0h
>
> e.g. JoinBy(fields). Project, Filter, etc.



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

Reply via email to