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/09/07 20:39:00 UTC

[jira] [Work logged] (BEAM-7386) Add Utility BiTemporalStreamJoin

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

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

                Author: ASF GitHub Bot
            Created on: 07/Sep/21 20:38
            Start Date: 07/Sep/21 20:38
    Worklog Time Spent: 10m 
      Work Description: laraschmidt commented on pull request #15275:
URL: https://github.com/apache/beam/pull/15275#issuecomment-914614453


   Ping. :) @reuvenlax @kennknowles 


-- 
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: 647566)
    Time Spent: 14h 50m  (was: 14h 40m)

> Add Utility BiTemporalStreamJoin
> --------------------------------
>
>                 Key: BEAM-7386
>                 URL: https://issues.apache.org/jira/browse/BEAM-7386
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-ideas
>    Affects Versions: 2.12.0
>            Reporter: Reza ardeshir rokni
>            Assignee: Lara Schmidt
>            Priority: P3
>          Time Spent: 14h 50m
>  Remaining Estimate: 0h
>
> Add utility class that enables a temporal join between two streams where Stream A is matched to Stream B where
> A.timestamp = (max(b.timestamp) where b.timestamp <= a.timestamp) 
> This will use the following overall flow:
> KV(key, Timestamped<V>) 
> | Window
> | GBK
> | Statefull DoFn
>  
>  



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