Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/1512#discussion_r49879014
--- 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 --
Must be an artifact from something, no idea. I'm removing that change.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---