GitHub user kl0u opened a pull request:

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

    [FLINK-5296] Expose the old AlignedWindowOperators through special as…

    This PR allows the user to use the deprecated 
`AccumulatingProcessingTimeWindowOperator` and 
`AggregatingProcessingTimeWindowOperator` by specifying as a `WindowAssigner` 
when windowing, the `TumblingAlignedProcessingTimeWindows` or the 
`SlidingAlignedProcessingTimeWindows`.

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

    $ git pull https://github.com/kl0u/flink aligned_refactoring

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

    https://github.com/apache/flink/pull/3075.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 #3075
    
----
commit 07322d829212f7ee7c7136c85d7a66aa54a417ed
Author: kl0u <kklou...@gmail.com>
Date:   2016-12-20T12:51:45Z

    [FLINK-5296] Expose the old AlignedWindowOperators through special assigners
    
    The user can use the deprecated AccumulatingProcessingTimeWindowOperator
    and AggregatingProcessingTimeWindowOperator by using the
    TumblingAlignedProcessingTimeWindows and the
    SlidingAlignedProcessingTimeWindows introduced by this
    commit. These operators are neither backwards compatibility
    nor rescalable.

----


---
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