JingsongLi commented on a change in pull request #11788: URL: https://github.com/apache/flink/pull/11788#discussion_r412742879
########## File path: flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/config/TableConfigOptions.java ########## @@ -40,4 +41,12 @@ private TableConfigOptions() {} .withDescription("Enable or disable the OPTIONS hint used to specify table options" + "dynamically, if disabled, an exception would be thrown " + "if any OPTIONS hint is specified"); + + @Documentation.TableOption(execMode = Documentation.ExecMode.BATCH_STREAMING) + public static final ConfigOption<String> TABLE_SQL_DIALECT = key("table.sql.dialect") Review comment: table.sql-dialect? ---------------------------------------------------------------- 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: us...@infra.apache.org