[
https://issues.apache.org/jira/browse/FLINK-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407569#comment-15407569
]
ASF GitHub Bot commented on FLINK-4282:
---------------------------------------
GitHub user aditivin opened a pull request:
https://github.com/apache/flink/pull/2333
[FLINK-4282] [streaming] Add Offset Parameter to WindowAssigners
I seem to be getting all these changes however I rebase it :/
It is currently rebased with the latest code of apache/master, and it says
that it can be merged automatically. How can I get rid of all these changes? I
can't think of how else to rebase it.
These are the files I've changed:
ProcessingTimeSessionWindows.java
SlidingProcessingTimeWindows.java
TumblingProcessingTimeWindows.java
ProcessingTimeTrigger.java
GlobalWindow.java
TimeWindow.java
Window.java
WindowOperator.java
WindowAssignerOffsetTest.java
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aditivin/flink FLINK-4282-streaming
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2333.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 #2333
----
commit 4bd51b31e454d6ee4abd11e5d2111f5369ebb06d
Author: zentol <[email protected]>
Date: 2016-07-22T15:50:10Z
[FLINK-4282] [streaming] 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)