You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Robert Bradshaw (Jira)" <ji...@apache.org> on 2019/10/31 20:22:00 UTC

[jira] [Created] (BEAM-8532) Beam Python trigger driver sets incorrect timestamp for output windows.

Robert Bradshaw created BEAM-8532:
-------------------------------------

             Summary: Beam Python trigger driver sets incorrect timestamp for output windows.
                 Key: BEAM-8532
                 URL: https://issues.apache.org/jira/browse/BEAM-8532
             Project: Beam
          Issue Type: Bug
          Components: sdk-py-core
            Reporter: Robert Bradshaw
            Assignee: Robert Bradshaw


The timestamp should lie in the window, otherwise re-windowing will not be idempotent. 

https://github.com/apache/beam/blob/release-2.16.0/sdks/python/apache_beam/transforms/trigger.py#L1183 should be using {{window.max_timestamp()}} rather than {{.end}}



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