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

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

                Author: ASF GitHub Bot
            Created on: 07/Jan/22 17:10
            Start Date: 07/Jan/22 17:10
    Worklog Time Spent: 10m 
      Work Description: laraschmidt commented on pull request #15275:
URL: https://github.com/apache/beam/pull/15275#issuecomment-1007579994


   The other one is in but it does not work for portable runner because making 
it work for protable runner breaks dataflow on portable runner. :)
   
   But the changes can actually be treated as pretty independent. That one was 
making the function we use here not as deprecated but we can still use it in 
this PR even if deprecated. So this is still ready for review.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 705094)
    Time Spent: 17h 50m  (was: 17h 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: 17h 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.20.1#820001)

Reply via email to