wenlong88 commented on a change in pull request #18363:
URL: https://github.com/apache/flink/pull/18363#discussion_r805129799



##########
File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/config/OptimizerConfigOptions.java
##########
@@ -130,4 +130,12 @@
                     .defaultValue(true)
                     .withDescription(
                             "When it is true, the optimizer will simplify the 
operator name with id and type of ExecNode and keep detail in description. 
Default value is true.");
+
+    public static final ConfigOption<Boolean> 
TABLE_OPTIMIZER_ALLOW_PARTIAL_PARSE =

Review comment:
       I moved it to TableConfigOptions




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to