dawidwys commented on a change in pull request #13647:
URL: https://github.com/apache/flink/pull/13647#discussion_r506141452



##########
File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java
##########
@@ -792,6 +792,12 @@ public void configure(ReadableConfig configuration, 
ClassLoader classLoader) {
                        });
                config.configure(configuration, classLoader);
                checkpointCfg.configure(configuration);
+               
configuration.getOptional(ExecutionOptions.SORT_INPUTS).ifPresent(

Review comment:
       I am rather strong on having an option to disable these features. 
   
   First of all I think it is good to have feature flags, secondly it makes it 
possible to e.g. use the `BATCH` execution mode (scheduling + shuffles) with 
`InputSelectable`.




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

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


Reply via email to