Github user aljoscha commented on a diff in the pull request:
https://github.com/apache/flink/pull/3824#discussion_r114772035
--- Diff:
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/AccumulatingAlignedProcessingTimeWindowOperatorTest.java
---
@@ -1038,7 +1038,7 @@ private void assertInvalidParameter(long windowSize,
long windowSlide) {
//
------------------------------------------------------------------------
- private static class StatefulFunction extends
RichProcessWindowFunction<Integer, Integer, Integer, TimeWindow> {
+ private static class StatefulFunction extends
ProcessWindowFunction<Integer, Integer, Integer, TimeWindow> {
--- End diff --
With this we add two unused imports.
And yes, I don't like that we don't have checkstyle active on the tests.
---
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.
---