zhuzhurk commented on a change in pull request #11829:
URL: https://github.com/apache/flink/pull/11829#discussion_r412612680



##########
File path: 
flink-end-to-end-tests/flink-tpcds-test/src/main/java/org/apache/flink/table/tpcds/TpcdsTestProgram.java
##########
@@ -123,8 +123,9 @@ private static TableEnvironment prepareTableEnv(String 
sourceTablePath, Boolean
                TableEnvironment tEnv = 
TableEnvironment.create(environmentSettings);
 
                //config Optimizer parameters
-               tEnv.getConfig().getConfiguration()
-                               
.setString(ExecutionConfigOptions.TABLE_EXEC_SHUFFLE_MODE, 
ShuffleMode.BATCH.toString());
+               tEnv.getConfig().getConfiguration().setString(

Review comment:
       Ok. Then TpcdsTestProgram will test the default behavior. I think it's 
even better.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to