godfreyhe commented on a change in pull request #10174:
[FLINK-14625][table-planner-blink] Add a rule to eliminate cross join as much
as possible without statistics
URL: https://github.com/apache/flink/pull/10174#discussion_r346271388
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/config/OptimizerConfigOptions.java
##########
@@ -92,9 +92,23 @@
.withDescription("When it is true, the optimizer will
push down predicates into the FilterableTableSource. " +
"Default value is true.");
+ @Documentation.TableOption(execMode =
Documentation.ExecMode.BATCH_STREAMING)
+ public static final ConfigOption<String>
TABLE_OPTIMIZER_JOIN_REORDER_MODE =
+ key("table.optimizer.join-reorder-mode")
Review comment:
I think `table.optimizer.join-reorder-strategy` is 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:
[email protected]
With regards,
Apache Git Services