KurtYoung commented on a change in pull request #9057: [FLINK-13121]
[table-planner-blink] Set batch properties to runtime in blink batch executor
URL: https://github.com/apache/flink/pull/9057#discussion_r301976990
##########
File path:
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/api/ExecutionConfigOptions.java
##########
@@ -195,4 +195,11 @@
"means a kind of
disabled operator. Its default value is empty that means no operators are
disabled. " +
"If the configure's
value is \"NestedLoopJoin, ShuffleHashJoin\", NestedLoopJoin and
ShuffleHashJoin " +
"are disabled. If
configure's value is \"HashJoin\", ShuffleHashJoin and BroadcastHashJoin are
disabled.");
+
+ public static final ConfigOption<Boolean>
SQL_EXEC_SHUFFLE_MODE_ALL_BATCH =
+ key("sql.exec.shuffle-mode.all-batch")
Review comment:
change to sql.exec.shuffle-mode?
value could be "batch", "pipeline" and so on
----------------------------------------------------------------
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]
With regards,
Apache Git Services