You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/04/22 07:35:08 UTC

[GitHub] [flink] JingsongLi commented on a change in pull request #11788: [FLINK-17209][sql-client] Allow users to specify dialect in sql-clien…

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:
users@infra.apache.org