[
https://issues.apache.org/jira/browse/FLINK-5296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15815555#comment-15815555
]
ASF GitHub Bot commented on FLINK-5296:
---------------------------------------
Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/3075#discussion_r95411689
--- Diff:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/WindowedStream.java
---
@@ -977,6 +1012,79 @@ private LegacyWindowOperatorType
getLegacyWindowType(Function function) {
return LegacyWindowOperatorType.NONE;
}
+ private <R> SingleOutputStreamOperator<R> createFastTimeOperatorIfValid(
--- End diff --
This is simply a copy of the old code, right?
> Expose the old AlignedWindowOperators to the user through explicit commands.
> ----------------------------------------------------------------------------
>
> Key: FLINK-5296
> URL: https://issues.apache.org/jira/browse/FLINK-5296
> Project: Flink
> Issue Type: Bug
> Components: Windowing Operators
> Affects Versions: 1.2.0
> Reporter: Kostas Kloudas
> Assignee: Kostas Kloudas
> Priority: Blocker
> Fix For: 1.2.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)