zhuzhurk commented on a change in pull request #11829: URL: https://github.com/apache/flink/pull/11829#discussion_r412615417
########## File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/config/ExecutionConfigOptions.java ########## @@ -216,9 +219,34 @@ @Documentation.TableOption(execMode = Documentation.ExecMode.BATCH) public static final ConfigOption<String> TABLE_EXEC_SHUFFLE_MODE = key("table.exec.shuffle-mode") - .defaultValue("batch") - .withDescription("Sets exec shuffle mode. Only batch or pipelined can be set.\n" + - "batch: the job will run stage by stage. \n" + - "pipelined: the job will run in streaming mode, but it may cause resource deadlock that receiver waits for resource to start when " + - "the sender holds resource to wait to send data to the receiver."); + .defaultValue("ALL_EDGES_BLOCKING") Review comment: Ok. ---------------------------------------------------------------- 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