dawidwys commented on a change in pull request #8973:
[FLINK-13081][table-planner][table-api-java] Supports explain DAG plan
URL: https://github.com/apache/flink/pull/8973#discussion_r300247688
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/EnvironmentSettings.java
##########
@@ -121,6 +131,16 @@ public boolean isBatchMode() {
return isBatchMode;
}
+ /**
+ * Tells if the {@link TableEnvironment should trigger planner#translate
+ * in {@link TableEnvironment#insertInto(Table, String, String...)}/
+ * {@link TableEnvironment#sqlUpdate(String)} methods or
+ * in {@link TableEnvironment#execute(String)} method.
+ */
+ public boolean isLazyOptMode() {
Review comment:
This is not necessary for the `explain` method.
----------------------------------------------------------------
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