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 2019/04/11 00:23:00 UTC

[jira] [Work logged] (BEAM-4461) Create a library of useful transforms that use schemas

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

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

                Author: ASF GitHub Bot
            Created on: 11/Apr/19 00:22
            Start Date: 11/Apr/19 00:22
    Worklog Time Spent: 10m 
      Work Description: reuvenlax commented on pull request #8273: [BEAM-4461] A transform to perform binary joins of PCollections with schemas
URL: https://github.com/apache/beam/pull/8273
 
 
   This supports inner, outer, left outer, and right outer joins. 
   
   Example usage:
   
   pCollection1.apply(Join.innerJoin(pCollection2).using("user", "country"));
   
   R: @robinyqiu 
 
----------------------------------------------------------------
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: 225894)
    Time Spent: 25h  (was: 24h 50m)

> 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: 25h
>  Remaining Estimate: 0h
>
> e.g. JoinBy(fields). Project, Filter, etc.



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