You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Kenneth Knowles (JIRA)" <ji...@apache.org> on 2016/05/09 18:40:12 UTC

[jira] [Resolved] (BEAM-34) Change default output timestamp for combined values to end of window

     [ https://issues.apache.org/jira/browse/BEAM-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Knowles resolved BEAM-34.
---------------------------------
    Resolution: Fixed

> Change default output timestamp for combined values to end of window
> --------------------------------------------------------------------
>
>                 Key: BEAM-34
>                 URL: https://issues.apache.org/jira/browse/BEAM-34
>             Project: Beam
>          Issue Type: New Feature
>          Components: beam-model
>            Reporter: Kenneth Knowles
>            Assignee: Kenneth Knowles
>              Labels: Windowing
>
> Today, the output timestamp for a combined value (including iterables output by GroupByKey) is the earliest non-late timestamp of any element combined together. The user can customize this by specifying an OutputTimeFn, for example choosing the latest non-late timestamp, or the end of the window.
> In many respects, the end of the window is the best behaved as a default, and is very easy to make performant. We have deferred making this change for backwards compatibility; this is a good time to do so.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)