KurtYoung commented on a change in pull request #8094: [FLINK-12079]
[table-planner-blink] Add support for generating optimized logical plan for
join on batch
URL: https://github.com/apache/flink/pull/8094#discussion_r271103903
##########
File path:
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/api/TableConfigOptions.java
##########
@@ -65,6 +65,17 @@
.defaultValue(true)
.withDescription("Whether to
asynchronously merge sort spill files.");
+ //
------------------------------------------------------------------------
+ // Join Options
+ //
------------------------------------------------------------------------
+
+ public static final ConfigOption<Long>
SQL_EXEC_HASH_JOIN_BROADCAST_THRESHOLD =
Review comment:
It looks more like an optimize config?
----------------------------------------------------------------
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