GitHub user nragon opened a pull request:

    https://github.com/apache/flink/pull/3639

    Update TimeWindow.java

    A method to update the time window max timestamp would be useful when we 
need control the max timestamp based on events. For instance a session time 
window may end after the gap or when an event with a given record arives.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nragon/flink patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/3639.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3639
    
----
commit 10c534278dabd08a899eb4723c4cd236c148619e
Author: nragon <nuno...@hotmail.com>
Date:   2017-03-29T09:34:16Z

    Update TimeWindow.java
    
    A method to update the time window max timestamp would be useful when we 
need control the max timestamp based on events. For instance a session time 
window may end after the gap or when an event with a given record arives.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to