reswqa commented on code in PR #25374:
URL: https://github.com/apache/flink/pull/25374#discussion_r1772465481


##########
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/SourceNAryInputChainingITCase.java:
##########
@@ -365,7 +365,13 @@ private static JobGraph 
sinkAndCompileJobGraph(DataStream<?> stream) {
         return StreamingJobGraphGenerator.createJobGraph(streamGraph);
     }
 
-    private static void verifySequence(final List<Long> sequence, final long 
from, final long to) {
+    private static void verifySequence(
+            final CloseableIterator<Long> iter, final long from, final long 
to) {
+        List<Long> sequence = new ArrayList<>();

Review Comment:
   Yep, good suggestion.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to