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 2020/08/12 17:58:00 UTC

[jira] [Work logged] (BEAM-6110) Beam SQL join moves element timestamps to EOW sometimes, not always

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

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

                Author: ASF GitHub Bot
            Created on: 12/Aug/20 17:57
            Start Date: 12/Aug/20 17:57
    Worklog Time Spent: 10m 
      Work Description: robinyqiu closed pull request #12112:
URL: https://github.com/apache/beam/pull/12112


   


----------------------------------------------------------------
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: 469846)
    Time Spent: 2h  (was: 1h 50m)

> Beam SQL join moves element timestamps to EOW sometimes, not always
> -------------------------------------------------------------------
>
>                 Key: BEAM-6110
>                 URL: https://issues.apache.org/jira/browse/BEAM-6110
>             Project: Beam
>          Issue Type: Bug
>          Components: dsl-sql
>            Reporter: Kenneth Knowles
>            Assignee: Kenneth Knowles
>            Priority: P2
>             Fix For: 2.10.0
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> When a CoGBK join is chosen, element timestamps move to EOW. When side input or lookup join is chosen, element timestamps are the timestamps from the main input element. In SQL sementics, these timestamps are not observable, as windowing is assigned at the next GROUP BY. So we just need the output to hold the watermark so that nothing becomes late or droppable, which implies we need to use MIN timestamp combiner.



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