kl0u commented on a change in pull request #7039: [FLINK-8997] Added sliding 
window aggregation to datastream test job
URL: https://github.com/apache/flink/pull/7039#discussion_r231846771
 
 

 ##########
 File path: 
flink-end-to-end-tests/flink-datastream-allround-test/src/main/java/org/apache/flink/streaming/tests/DataStreamAllroundTestProgram.java
 ##########
 @@ -150,6 +156,24 @@ public void apply(Integer integer, TimeWindow window, 
Iterable<Event> input, Col
                                .name(FAILURE_MAPPER_NAME);
                }
 
+               DataStream<Tuple2<Integer, List<Event>>> eventStream4 = 
eventStream2.keyBy(Event::getKey)
 
 Review comment:
   Move all the changes after the:
   ```
   eventStream3.keyBy(Event::getKey)
                        .flatMap(createSemanticsCheckMapper(pt))
                        .name(SEMANTICS_CHECK_MAPPER_NAME)
               .addSink(new PrintSinkFunction<>());
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to