[
https://issues.apache.org/jira/browse/FLINK-3209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15102060#comment-15102060
]
ASF GitHub Bot commented on FLINK-3209:
---------------------------------------
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/1512#discussion_r49876047
--- Diff:
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/FoldWindowFunctionTest.java
---
@@ -66,10 +72,27 @@ public Integer fold(Integer accumulator, Integer value)
throws Exception {
}
);
- AccumulatingProcessingTimeWindowOperator<Integer, Integer,
Integer> windowOperator = new AccumulatingProcessingTimeWindowOperator<>(
- foldWindowFunction,
+// AccumulatingProcessingTimeWindowOperator<Integer, Integer,
Integer> windowOperator = new AccumulatingProcessingTimeWindowOperator<>(
--- End diff --
why is this commented out?
> Remove Unused ProcessingTime, EventTime and AbstractTime
> --------------------------------------------------------
>
> Key: FLINK-3209
> URL: https://issues.apache.org/jira/browse/FLINK-3209
> Project: Flink
> Issue Type: Improvement
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
> Priority: Blocker
> Fix For: 1.0.0
>
>
> These are leftovers, only having Time should suffice for specifying time.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)