fapaul commented on a change in pull request #18043:
URL: https://github.com/apache/flink/pull/18043#discussion_r765645150



##########
File path: 
flink-clients/src/main/java/org/apache/flink/client/program/StreamContextEnvironment.java
##########
@@ -55,24 +69,67 @@
     private final boolean suppressSysout;
 
     private final boolean enforceSingleJobExecution;
+    private final CheckpointConfig originalCheckpointConfig;
+    private final ExecutionConfig originalExecutionConfig;
+    private final Configuration originalConfiguration;
 
     private int jobCounter;
 
+    private final Collection<JobValidationError> errors;

Review comment:
       It is set in the ctor with the forbidden configuration coming from the 
instantiation of the StreamEnvironment i.e. 
`StreamExecutionEnvironment.getExecutionEnvironment(Configuration config)`




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