[ 
https://issues.apache.org/jira/browse/FLINK-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15417169#comment-15417169
 ] 

ASF GitHub Bot commented on FLINK-4282:
---------------------------------------

GitHub user Renkai opened a pull request:

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

    [FLINK-4282]Add Offset Parameter to WindowAssigners

    Although there is already a merge request for this issue,I think this 
implementation is more sensible.

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

    $ git pull https://github.com/Renkai/flink FLINK-4282

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

    https://github.com/apache/flink/pull/2355.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 #2355
    
----
commit d31cc8125b30212b6ac21996a48d703eb11354e9
Author: renkai <gaelook...@gmail.com>
Date:   2016-08-11T10:48:50Z

    [FLINK-4282]Add Offset Parameter to WindowAssigners

----


> Add Offset Parameter to WindowAssigners
> ---------------------------------------
>
>                 Key: FLINK-4282
>                 URL: https://issues.apache.org/jira/browse/FLINK-4282
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Aljoscha Krettek
>
> Currently, windows are always aligned to EPOCH, which basically means days 
> are aligned with GMT. This is somewhat problematic for people living in 
> different timezones.
> And offset parameter would allow to adapt the window assigner to the timezone.



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

Reply via email to