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

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

                Author: ASF GitHub Bot
            Created on: 23/Jul/19 22:21
            Start Date: 23/Jul/19 22:21
    Worklog Time Spent: 10m 
      Work Description: rezarokni commented on issue #9032: [BEAM-7386] 
Bi-Temporal Join
URL: https://github.com/apache/beam/pull/9032#issuecomment-514405257
 
 
   > @rezarokni
   > 
   > Was seeing not all checks succeeded so thought you worked on making those 
checks pass. But just clicked into logs and looked like they are not relevant, 
so will take a closer look on main stream class soon.
   
   There are some check style changes that need to be made, if OK I will fixup 
with your next comments.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 281353)
    Time Spent: 3h 50m  (was: 3h 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: Reza ardeshir rokni
>            Priority: Major
>          Time Spent: 3h 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
(v7.6.14#76016)

Reply via email to