zentol commented on code in PR #21961:
URL: https://github.com/apache/flink/pull/21961#discussion_r1114097229


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java:
##########
@@ -149,11 +149,14 @@
 @Public
 public class StreamExecutionEnvironment implements AutoCloseable {
 
-    private static final List<CollectResultIterator<?>> collectIterators = new 
ArrayList<>();
+    private static final List<CollectResultIterator<?>> collectIterators =

Review Comment:
   I think it's just an accident that it is static.



-- 
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