You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/09 08:16:18 UTC

[GitHub] [flink] matriv commented on a change in pull request #18980: [FLINK-26421] Use only EnvironmentSettings to configure the environment

matriv commented on a change in pull request #18980:
URL: https://github.com/apache/flink/pull/18980#discussion_r822386910



##########
File path: flink-clients/src/main/java/org/apache/flink/client/program/StreamContextEnvironment.java
##########
@@ -185,6 +184,7 @@ private JobExecutionResult getJobExecutionResult(final JobClient jobClient) thro
     @Override
     public JobClient executeAsync(StreamGraph streamGraph) throws Exception {
         validateAllowedExecution();
+        checkNotAllowedConfigurations();

Review comment:
       I was going to, thx, just kept it there to test everything.




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org